- Home /
Darker Level when Player Respawn
I'm new to Unity and I'm making a roll-a-ball game. If it fell to the lower ground, it's supposed to restart level . And i use this code "SceneManager.LoadScene(SceneManager.GetActiveScene().name);". It worked for me. But it make the level a little bit darker, even though i use any kind of light, and those lights are still functional. Can anyone help me?
Answer by MegaChuck64 · Oct 29, 2016 at 04:58 PM
This is a pretty common problem that has to do with how the lighting is automatically baking when it should be set to manual. Not completely sure why it does this. Just go to Window -> Lighting -> Lightmap Tab -> Disable Auto-> Press Build to bake the lighting once manually. This should fix the problem.
Your answer

Follow this Question
Related Questions
My game keeps restarting at random 1 Answer
How do I restart games with more than one level 1 Answer
How reset the Position of all puzzle pieces? 1 Answer
Car Game For School Project 2 Answers