- Home /
When I reload my Scene, nothing works. I think it's because of a dontDestroyOnLoad gameObject
So when I reload my scene, no scripts work. Everything is where it should be... but I cant move, nothing spawns etc.
I'm pretty sure it is something to do with a DontDestroyOnLoad object that spawns when my game starts. I don't know much about this, or what it does. I think it comes with the lighting pack that I am using.
Sorry if the answer is obvious. I've done a fair bit of googling and a few people mentioned something similar.
I simply want to reload my scene and everything resets. But as I said, the DontDestroyOnLoad gameObject, i think, breaks everything.
THANKS!
Your answer
Follow this Question
Related Questions
How to disable Dont destroy on load 0 Answers
How to keep the same gameobject with different transform values in different scenes 1 Answer
One SceneManager.LoadSceneAsync across multiple scenes 0 Answers
Keeping reference after scene reload 2 Answers
Persistent GameObject Between scene Without Serilization 1 Answer