I have to force render FPS setting to 60 on my Neo 3.
With Unity XR sdk I use "PXRPlugin.System.UPxrSetConfigInt(ConfigType.RenderFPS, 60);" but it seems to have no effect.
If I activate the script "PXR_FPS" to display current FPS, I always have 72 !
Has anyone encountered this scenario before?