Hi 🙂
There is an unnecessary sorting of systems between managed & unmanaged in DefaultWorldInitialization.AddSystemToRootLevelSystemGroupsInternal bootstrap.
In the screen managedTypes & unmangedTypes are not used in the rest of the method.
Even this line can be an assert, no ?
if (!TypeManager.IsSystemTypeIndex(stype))```