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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Add comment