Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
lmbarns's avatar
lmbarns
Honored Guest
11 years ago

skybox too blurry

Any tricks for making the skybox render clear in both lenses? At the moment it's blurry and out of whack unless you close 1 eye and only look through 1 lens at a time....

Using the default camera control in the OVR menu after importing the unitypackage.

Any ways to fix this?

5 Replies

Replies have been turned off for this discussion
  • drash's avatar
    drash
    Heroic Explorer
    Check this post here for a few options. The built-in skybox feature is just painting the screen with an image based on your camera's angle, and it has no idea that it needs to offset them to account for the player's eyes. The solution/workaround has been to set up your own skybox/skysphere that's an actual 3D object with an image painted on the inside of it. Just make sure it's large enough that the player can't tell it's a 3D object. :)
  • The default Unity skybox doesn't work in the Rift. You need to either code your own (it should be easy) or use one of the packages people have posted on the forum.
  • "madScientist" wrote:
    I've used the forum technique and it works pretty well, but then I wanted more dynamic skies so I tried out Time of Day(https://www.assetstore.unity3d.com/#/content/7316) and it works great with the rift. If you got the extra coin its definitely worth it.

    Great to hear! I'm really cautious of grabbing assets like this given the chance they won't be compatible with the Rift. Sounds like it performs really well.