-Added new scene conversion to binary on export (disabled by default, please test)
-This method works by directly converting text to binary, so the scene does not need to be loaded and saved
This commit is contained in:
@ -408,4 +408,13 @@ public:
|
||||
EditorExportPlatformPC();
|
||||
};
|
||||
|
||||
class EditorExportTextSceneToBinaryPlugin : public EditorExportPlugin {
|
||||
|
||||
GDCLASS(EditorExportTextSceneToBinaryPlugin, EditorExportPlugin)
|
||||
|
||||
public:
|
||||
virtual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features);
|
||||
EditorExportTextSceneToBinaryPlugin();
|
||||
};
|
||||
|
||||
#endif // EDITOR_IMPORT_EXPORT_H
|
||||
|
||||
Reference in New Issue
Block a user