Forum Discussion

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

CPU and GPU level ?? [Quest 2]

i tried to set GPU and CPU level to 5 [based on maximum available on metrics tool]

to get maximum performance ... [on Quest 2]

 

by using OVRPlugin.cpuLevel = OVRPlugin.gpuLevel = 5;

 

but does not affect!!

any suggestion?

 

P.S: Unity 2021.1.14 + URP + SDK 29 + Quest 2 os v30.

  • These are not just 'go faster' buttons. Make sure you deal with the underlying problems rather than expecting setting both levels to 5 as a way of solving all your performance problems.

    Make sure you use the OVR Metrics Tool (https://developer.oculus.com/downloads/package/ovr-metrics-tool/) to confirm what level your app is running at.

    In my experience it's best to set this in a bootstrap scene as the app loads, rather than during the app itself.

1 Reply

Replies have been turned off for this discussion
  • These are not just 'go faster' buttons. Make sure you deal with the underlying problems rather than expecting setting both levels to 5 as a way of solving all your performance problems.

    Make sure you use the OVR Metrics Tool (https://developer.oculus.com/downloads/package/ovr-metrics-tool/) to confirm what level your app is running at.

    In my experience it's best to set this in a bootstrap scene as the app loads, rather than during the app itself.