准备在游戏内用UGUI做一个分辨率设置项。文档里的说明:
Screen.resolutions
All fullscreen resolutions supported by the monitor (Read Only).
The returned resolutions are sorted by width, lower resolutions come first.
但是我根据示例代码将数组foreach打印出来的永远只有一个640X480,这是为什么?
实际显示器的最大分辨率是1920X1080

Screen.resolutions
All fullscreen resolutions supported by the monitor (Read Only).
The returned resolutions are sorted by width, lower resolutions come first.
但是我根据示例代码将数组foreach打印出来的永远只有一个640X480,这是为什么?
实际显示器的最大分辨率是1920X1080

