Minimal Application for Oculus Quest: Framerate too low!
Hello everyone, I followed this tutorial in order to make a minimal build example for the Oculus Quest: https://www.youtube.com/watch?v=JyxbA2bm7os. I did not import any 3D objects to the project. When deploying to the Quest (1) and analyzing the framerate, it never exceeds about 30 fps. This is for sure way too little for the application in order to get ever published on the Oculus store. Oculus guidelines say the application must meet 72 fps at a minimum: https://developer.oculus.com/resources/vrc-quest-performance-1/ I'm using Unity 2021.2.5f1, XR Interaction Toolkit 2.0.0-pre.6, Oculus XR Plugin 1.11.2, OpenXR Plugin 1.3.1 and Universal RP 12.1.2. What am I doing wrong? Can anyone give me a hint on where to look for the problem? Users view: Unity Profiler:3.9KViews1like3CommentsMQDH framerate lower than OVR Metrics Tool or users perspective
My App submission currently failes the review on the VRC.Quest.Performance.1 reqiurement. When observing the frame rate in MQDH I do see the low frame rate of 18 even in the starting window. When properly entering the application, I see the framerate quickly switching between 18 and 72. When using the OVR Metrics Tool, it show me a constant framerate of 72. Even from the users perspective, I do not see the beginning low framerate in the starting window or the quick switches of framerates in the main part of the application. This requirement currently fails during my app submissions. Does someone have an idea how to fix this or how to properly debug this behaviour? I am using UE5.3.2 and the latest MetaXR plugin version for UE5.3.2. Thanks!862Views1like2Comments