0
votes

I'm trying to make an FPS game using unity, but I've come across a problem. When I load my main scene after pressing "RESTART", it somehow causes my game to change appearance. But when I start the game from the main scene, it looks perfectly fine.. I've tried disabling Post Processing but I believe that's not what's causing the issue, I've provided some pictures of what happens when I load the main scene through the GameOver scene and when I load it through the MainScene. Scene loaded through the press of a button ------Main Scene (what it's supposed to look like) Your help is much apreciated

1
Please improve your question by including a minimum working solution, so you can help us help you. For more information check stackoverflow.com/help/minimal-reproducible-exampledev-cyprium

1 Answers

0
votes

Ok, so after quite a while of messing around with the settings I FINALLY figured it out. To get rid of uneven lighting between the scenes all you have to do is go to Window>Rendering>Lighting>Environment> (make sure "Auto Generate" is UNCHECKED) and click Generate lighting!!!