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 Load variable. Most likely one of these ILoadable’s has an issue.

  • There is a ILoadable that is not finishing correctly / not calling the FinishedLoading(true) method.

  • Make sure the Graph has the dependencies in the correct order, and that no ILoadable is trying to use something that is not yet loaded