Diffrent colors after restart scene (unwittingly )
So I made simple game where you can restart scene after lose. I used SceneManager.LoadScene("Minigame", LoadSceneMode.Single);
After restar I have diffrent colors: Before and After Do you know why is this happening and how to fix it? I don't have any color modifications in my code.
Comment
Your answer
Follow this Question
Related Questions
Giving Instantiated Clones their own properties and variables 1 Answer
How to add a second camera that renders just one layer 0 Answers
Rendering multiple objects above the rest of the scene without rendering above each other in URP 0 Answers
Colors not rendering correctly, black and white are rendering as the same color??? 0 Answers