I want to make VR video player in Unity but what is the best approach to accomplish this?
My original idea was set 2 cameras and 2 spheres for both eyes and use shader to display the video. However I also want some UI in the scene so if I make UI element in the scene, that means I need to make another duplicate every time for every single UI element. sketch
Is there more efficient way to accomplish this task? I just started to use Unity so I don't know a lot of things in Unity. And sorry for my English, I'm not an English native.