Forum Discussion

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

How to get 75fps on OSX

How do I get 75 fps on my oculus unity project. I've noticed the Tuscany demo runs at ~65 FPS too.

My machine:
MacBook Pro 2.3 GHz with an NVIDIA GeForce GT 750M 2048 MB.

Code:
	void Awake() {
Application.targetFrameRate = 75;
}


I unity I disable vsync in Quality Settings.

Display Settings
Optimize for: Rift DK2
Best for Rift DK2: checked
Rotation: 90 deg
Refresh Rate: 75 Hertz

3 Replies

Replies have been turned off for this discussion
  • With the MacBook you dont. I've got the same machine. The best you can do is run the rift as the main display, then close the MacBooks display so that only the rift is being used. Even then that wont get you to a constant smooth 75fps in the full tuscany demo. You can get real close 75fps in the striped down version of the tuscany demo.
  • Anonymous's avatar
    Anonymous
    Thanks, I got close to 75 now.

    This is how I run a demo now.

    Keep mirror displays off. Start the demo. Toggle mirror displays using Alt-F1.
  • kersk's avatar
    kersk
    Meta Employee
    You should be able to hit a solid 75fps in Tuscany with a MacBookPro and a GT 750m if you do the following:

    1) Disable mirror mode. Leaving this on will limit the refresh rate of the DK2 to 60hz.
    2) Run Tuscany with "Fastest" quality settings.