- Home /
Render Camera View Help :(
Hi everyone! I'm developing a game in first person, in the visual you can see a hand with a cellphone, i attached a cube modelled like the screen of the phone and attached a camera in front of the phone too, my question is, can I render the camera view as a material of the cube or how can I do it in other methods? Thanks in advance and sorry for my bad english, but it's not my motherlanguage
Comment
Answer by zzeettoo · Apr 27, 2013 at 11:00 PM
You've done right so far and if you do have unity pro, it is possible to do so. http://docs.unity3d.com/Documentation/Components/class-RenderTexture.html
should show you how to do this and how render textures work.