Colours in the level suddenly changed

I’ve removed an unneeded enumerator just now and suddenly after removing it, all my materials put up alerts asking me whether I’d like to save changes and the colours in my scene have completely changed. The weird thing is, none of the materials were referencing the enumerator in any way… So now, while my texture looks like this:

And my material looks like this:

Suddenly the scene started looking all orange-hued, like this:

Why is that so? What happened? I see no lights having vanished from the scene, they all also remained white in colour. What caused the change and how to reverse it?

Hello Tigro

Are you sure there is no post effects causing this? Maybe camera post effects are different? What happens when you remove and reassign your material?

Thanks.

Nope, it wasn’t any of that - no new post effects, reapplying materials did nothing either. In the end I managed to solve it by applying the “Unlit” shading method on all my materials instead of the “Default lit” - this causes them to appear like they used to again. Still curious what caused that cause previously the materials weren’t unlit, they were “default lit” all along… Still, it’s solved so it’s all good, thanks for the reply :slight_smile:

Well, it turned out I managed to solve it by applying the “Unlit” shading method on all my materials instead of the “Default lit” - this causes them to appear like they used to again. Still curious what caused that cause previously the materials weren’t unlit, they were “default lit” all along…

Maybe it looked like that all along but the lighting wasn’t rebuilt and as a consequence it seemed like it was OK while in reality it was broken all along and only became apparent when it forced me to rebuild the lighting? Dunno, still - it’s solved so it’s all good :slight_smile: