It is important that you note the following properties about the Meta Quest Pro. Some of this information comes from the following database info from VRCompare (https://vr-compare.com/headset/metaquestpro):
You need to note the refresh rate of 90Hz. This means that each eye display has an upper bound of 90FPS. What this also means is that even if a game can run at a higher FPS or if you’re trying to run Unity builds with an FPS > 90, the MQP will AT MOST run at 90Hz at all times.
The restricted refresh rate of the MQP’s displays is an important consideration for Unity development in particular. In Unity, you can access the MQP’s eye tracking module. However, Meta’s implementation ties the eye tracking sample rate itself to the frame rate. This means that:
So if you want high-frequency eye tracking in your application? Then you MUST optimize your build to be as efficient as possible.