Hi all!
I need to check my game current resolution after I change it in my custom resolution settings.
On Windows build I change the resolution (with Screen.SetResolution), and the change is actually reflected in the Screen.currentResolution values (width and height).
On Mac build though, the values are always the same, even after the changes.
Is that a Unity bug or is there a specific reason?
Thank you for your time!