This is how I use it.
Screen.SetResolution(w, h, true, 60);
This is how I use it.
Screen.SetResolution(w, h, true, 60);
Try using
Screen.SetResolution(w, h, true);
only. Unity will automatically switch to the highest refresh rate supported.
@NorthStar79 Help Me
Help Me...
– Vortexboy