Search Unity

Discussion Going up to 90Hz in OpenXR?

Discussion in 'XR Interaction Toolkit and Input' started by MatanYamin, May 1, 2023.

  1. MatanYamin

    MatanYamin

    Joined:
    Feb 2, 2022
    Posts:
    110
    Hey all,

    Once and for all, there is still no simple way to set our FPS up to 90 (and maybe 120) in OpenXR plugin?

    My understanding is that we need to somehow reach xrRequestDisplayRefreshRateFB and trying to change the FPS but I honestly don't how how to do that.

    Another option that I saw is to implement IOpenXRExtensionPlugin interface, and a module class that runs when the engine starts and instantiates the plugin.

    Did someone do that, or can kindly clear the way of how to do so?

    I can try implement this but I don't want to waste my time if it is not the officially right thing to do.
     
    Last edited: May 1, 2023