Hello Everyone,
First, I apologize that this may seem like a repeat of other questions, but none of their solutions seems to work for me.
My issue is that I currently have 2 cameras in my game, one is the player’s main camera, and the other is the layer camera that draws the player’s arms.
My game uses edge detection image effects, but it will only work for one camera at a time. in this case, the layer camera, since it has a higher depth. So the hands get the edge detection, but the rest of the scene does not.
I used to have a script called Copy to Camera RT, and it worked great while I had Unity 4.6, but once I upgraded to Unity 5, it no longer works.
Would anyone know a way to fix this error?
Any help would be greatly appreciated. Thank you.