- Home /
Question by
mwozniak93 · Feb 02, 2015 at 01:04 PM ·
screenbackground
Changing screen bg color
Hey I am new in unity and I want to during some bool=true, screen (all background, tiles, monsters except player) be colorized to gray. I mean it should give some kind of effect that you see only player with full colors and the rest is like in black&white. is there some way of doing that? Camera.color or sth?
Comment
Answer by Graham-Dunnett · Feb 02, 2015 at 01:04 PM
Guess your documentation search failed to find:
http://docs.unity3d.com/ScriptReference/Camera-backgroundColor.html
thank you and sorry for my lack of skill in searching. I will try harder next time.
Ok but if I change camera color, the color of my sprites (2d) doesnt change match. I want to get some king of effect to all be colorized with gray on buttonClick.
Your answer