|
i dont want fade, i need to make only black/white screen. but i donot have pro, may i need pro?
(comments are locked)
|
|
Yup, if you want to do this as an image effect, you need pro. Otherwise you'll have to just actually use all black & white texures & lights in your scene. There's one other method which springs to mind, which is that this could possibly be done by writing some custom surface shaders which allow you to blend to black & white. This would have to be done with all the materials in your scene, and would be a bit awkward, but might just work! -- EDIT -- Here you go, a shader which has a fader to blend from colour to black & white:
You can set the fader value from a script by using the Material.SetFloat function, like this:
If you want to use other types of shaders (eg, specular, transparent, etc) you'd have to write a black & white fader version of each type of shader.
(comments are locked)
|
|
I know this is an old topic but for others looking for a solution for there free version. to get Non-gray scale black and white, you can simply, create a camera, change the background to white and disable the lights.
(comments are locked)
|
