Defer Editor EndInit after loading scripting assemblies

Assets containing deserialized data of scripting assembly structures
needs to be loaded after the scripting assemblies have been loaded.
This commit is contained in:
2024-06-01 20:24:57 +03:00
parent dedb3d57fd
commit 272977a521
2 changed files with 13 additions and 1 deletions

View File

@@ -71,7 +71,6 @@ namespace FlaxEditor.States
{
// Skip compilation on startup
OnCompilationEnd(true);
Editor.EndInit();
}
}