Search Issue Tracker
Fixed in 5.4.2
Votes
0
Found in
5.4.0p3
Issue ID
826595
Regression
No
iOSTargetOSVersion enum does not include latest versions of iOS
To reproduce:
1. Open any C# script
2. Inert this line: "int i = (int) UnityEditor.PlayerSettings.iOS.targetOSVersion.iOS_8_0;"
3. Notice that it compiles fine
4. Change the line to "int i = (int) UnityEditor.PlayerSettings.iOS.targetOSVersion.iOS_9_0;"
Notice that it doesn't compile.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment