Unity-Technologies / UniversalRenderingExamples

This project contains a collection of Custom Renderer examples. This will be updated as we refine the feature and add more options.
2.03k stars 412 forks source link

3D Skybox in VR #26

Closed mutp closed 4 years ago

mutp commented 4 years ago

Hi,

I'm facing issues getting the 3D Skybox to work in VR. After I add the TrackedPoseDriver script to the player cam, the planets get clipped during rotation.

andybak commented 4 years ago

Curious why you closed this. Did you solve it?

Other people might come across this issue if they hit a similar problem and there's nothing more frustrating than finding an issue closed without an explanation.

mutp commented 4 years ago

Sorry, yes. I did end up solving it. The biggest issue was the fact that I couldn't change the Renderer option on my Overlay camera in my project. I opened another issue for that - https://github.com/Unity-Technologies/UniversalRenderingExamples/issues/27

So, I just ended up using this project itself, and all I needed to do was add the "Tracked Pose Driver" script on all the cameras in my scene.