Hi there!
I’m trying to lower the render resolution of the Oculus Quest (as recommended by the Oculus docs), but when I do Screen.SetResolution(1024,1024,true); the screen doesn’t change resolution.
Am I doing something wrong?
EDIT: actually, I fixed the crash (don’t use graphics jobs on Vulkan with the Quest) but the screen res doesn’t change anyway. Any clues?