- Home /
Taking screenshot from a second camera
I have 2 cameras in my scene. One is the main camera that renders to the screen. In addition, my player character has a camera. This second camera is rendering to a RenderTexture (the screen of the in-game camera).
I want to save the photos the player takes. However, Texture2D.ReadPixels() only reads the main camera, not the camera my character is holding in his hand.
How can I take a screenshot from that in-game camera?
Your answer
Follow this Question
Related Questions
Wierd Screen Shot Problem, texture of screen shot looks different in editor and in system. 1 Answer
Problem with screenshot on render texture 0 Answers
Taking huge screenshots using camera array? 3 Answers
Rendering screenshot using multiple cameras and one rendertexture 0 Answers
Can a rendertexture be placed on top of an image? (Minimap help) 0 Answers