Search code examples
c#unity-game-engineunityscriptboo

How can I show camera in scene in Unity 3d?


For a selfie option on my game, I need to create another camera (not a webcam view, but the camera that you can create by create->camera) and show it's view in a texture of a block (like in garry's mod, in projectors, you can project your view.). I searched it but I wasn't able to find a good answer. Thanks!


Solution

  • https://www.youtube.com/watch?v=pA7ZC8owaeo

    I think this is what your looking for. Render Texture - You must be using unity 5 or higher since you have to have pro for 4 and below to use it.