Forum Discussion

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

How do you create a mirror that reflects in real(ish)-time gameObject movement in VR?

Hi!
I'm trying to make a mirror for my multiplayer VR game.
Currently, I am working on just having a mirror that will reflect a game object's movement on Oculus Go. I have a cube in the scene that rotates.

So far I've tried:

- real-time reflection probes 
- Having a camera as a render texture 

Does anyone know anyways to do this?