Black and white render?

How can I make the camera render the scene in black and white (its for when the player dies)

Thanks

There’s an image effect that does this in the pro standard assets… if you’re using indie then you might want to have a look at this shader Aras made on the Wiki… it should be possible to have a much simpler shader that desaturates based on a float value instead of based on the lighting. I’m not sure how to do it though.

http://www.unifycommunity.com/wiki/index.php?title=DesaturatedDarks

HTH,
Ethan

ok thanks,

how can I apply the shader to the camera, so it makes everything b+w?