Hi,
I need to use 2 post effects on my camera, one is with DepthTextureMode.Depth and the other with DepthTextureMode.DepthNormals.
Both scripts are attached to the camera, and it seems I must use either the Depth Mode or the DepthNormals mode, I can’t use one mode for each shader (or I didn’t find how to do it?).
I then tried to transform my shader using DepthTextureMode.Depth by using “DecodeDepthNormal”, but the restful is still wrong and it still takes into account the normal…
Any idea how I can combien both effects on the same camera?
Cheers,