Forum Discussion

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

Need help with unity

Hey there, I'm new to development and I got my first little demo running on the rift but for some reason it is locked at 60fps even though my rift is running at 75hz. Any idears?

2 Replies

  • Unity uses the primary monitor as a basis for v-sync. The only real way to solve this is to set the rift as your primary monitor. Direct to rift mode "should" work if using the rift configuration like that, but the sdk has issues with the direct to rift mode and you get stutter/judder so extended mode while running direct to rift exe is still probably the best way to go until the next sdk release.
  • "CaliberMengsk" wrote:
    Unity uses the primary monitor as a basis for v-sync. The only real way to solve this is to set the rift as your primary monitor. Direct to rift mode "should" work if using the rift configuration like that, but the sdk has issues with the direct to rift mode and you get stutter/judder so extended mode while running direct to rift exe is still probably the best way to go until the next sdk release.



    ty very much!