Excuse me, can any1 help me to solve this problem. I have simple camera application, I want to take the shoot and save it into another variable in my application. I have 2 plane where the first plane have the webcamtexture to play the live camera. And the 2 plane I want to make it for the container for the image before it save to the folder. How to make render texture in the 1 plane when I click on button the texture is load to my 2 plane. Can any1 show the script too ?? what line of code I must use to get the render texture from 1 plane and copy it to my 2 plane as still image
Make a texture reference (Texture2D), read pixel data, and apply it to the texture of a specified material. A good link: