Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
VRfriend2016X's avatar
9 years ago
Solved

How do you Make a Mirror in Unity so you can see your VR avatar?

I have/bought a system where you have a VR body. An avatar. I want to be able to see myself in mirrors. How do you make a mirror in Unity in a simple way? I saw a tutorial but it's quite complex and i...
  • treefortress's avatar
    9 years ago
    Easiest way I know is to have a camera floating in space that renders to a renderTexture. You can then assign that renderTexture, as the src for a RawImage, and create a worldspace canvas to show the camera output.