I have the use of an iPad Pro today. I wanted to check if my game was running at 120FPS, because I have a stable 60FPS on any other iOS device. It wasn't. I am currently running 5.6.0f3
My code did have Application.targetFrameRate = 60; so changed that to 120. I got 60FPS either way.
The documentation says Application.targetFrameRate is ignored if the vsync property is set. So I turned off Application.targetFrameRate, and relied on V Sync Count set to Every V Blank. I got 30 FPS. I tried...
Enabling iOS ProMotion 120FPS
My code did have Application.targetFrameRate = 60; so changed that to 120. I got 60FPS either way.
The documentation says Application.targetFrameRate is ignored if the vsync property is set. So I turned off Application.targetFrameRate, and relied on V Sync Count set to Every V Blank. I got 30 FPS. I tried...
Enabling iOS ProMotion 120FPS