- Home /
scene loading problem when it's loading second time.
Hello,
I am making an action game. I have added pause menu and several buttons like 'options' and 'return to the main menu'. Here is the problem when I am starting the new game the scene is getting loaded correctly but when I am going back to the main menu (from pause menu options->return to the main menu) and starting new game again the whole game getting stuck.
I am unable to find what is the problem.. My scene is having intractable and animated assets, particles systems, enemies, player and UI.
Please help...
Thanks in advance..
There is a lot of missing information... Are you using some kind of persistent data (DontDestroyOnLoad)? Post your script that starts a new game.
Your answer

Follow this Question
Related Questions
Get a reference to the newly loaded scene after a LoadSceneAsync() 2 Answers
Serialized File Version Is Higher Even On the Latest Version of Unity 0 Answers
One Location Game (with Scenes Loaded and Disabled) 0 Answers
Working example of loading scene as asset bundle in Android!? 0 Answers
Duplicate scene via script,Saving virtual World 2D 0 Answers