- Home /
Level freezes on loading dynamically
This is my current game heirarchy
Main menu > Episode Select > level select > levels
Everything works great, but when I navigate from Levels > main menu > episode select
The episode select level freezes. That's right, it freezes, and my game is no longer playable.
Loading this scene from anywhere else, or in any other order works fine, but if you do it in the exact order I said, it freezes.
This is a huge bug and is fatal for my gameplay.
Please let me know what could be the cause of this issue.
Possibly one of your user-defined scripts is triggering an infinite loop. With the information you've provided, it's difficult to figure out what's wrong.
Could you explain a bit more how it might be triggering a loop?
As far as I know, loading a new level destroys all objects from previous levels, which is why I'm confused.