Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
4.5.0a1
Issue ID
579119
Regression
No
Screen.GetResolution is either a duplicate of Screen.resolutions or not properly documented
Steps to reproduce:
1. Create a project which prints out Screen.GetResolution and Screen.resolutions
2. Build it as standalone
3. See two arrays of possible resolutions printed out. They look the same, however Object.Equals returns false.
Screen.GetResolution was unlisted in documentation of 4.2.2, however is still accessible from scripts in all three tested versions. Version 4.3.1 has it listed in Screen class documentation, however descriptions is empty.
Link to documentation: http://docs.unity3d.com/Documentation/ScriptReference/Screen.html
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment