Objects are glowing green?

Hey everyone,

So I’m working on my game and for the first time in the year I’ve been working on it, I’m having this weird glitch.

My two characters are glowing green! This is the first time I’ve sen this, and it only happens in this level. Any other one I load looks just fine. I’m guessing it’s a lighting error of some sort, but if anybody knows how to fix it, that would be awesome, thanks!

If objects glows that means shaders outputs color values higher then 1, inspect the material that those things using and potentially clamping the output. Difference might be caused by difference in post processing settings on the levels as it is the thing that draw this glow when pixels have higher then 1 values.

@masterburgler I’m having the same issue, but in my case, the whole map glows like this when I begin playing. Did you have any success on solving this problem?