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:
@@ -71,7 +71,6 @@ namespace FlaxEditor.States
|
||||
{
|
||||
// Skip compilation on startup
|
||||
OnCompilationEnd(true);
|
||||
Editor.EndInit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user