Troubleshooting
Can’t get past the Initialize scene
This is a very common issue, and it’s due to something not being setup correctly in the DependencyManager.
Check in the DependencyManager, what managers are left in the
Things To Loadvariable. Most likely one of theseILoadable’s has an issue.There is a
ILoadablethat is not finishing correctly / not calling theFinishedLoading(true)method.Make sure the
Graphhas the dependencies in the correct order, and that noILoadableis trying to use something that is not yet loaded