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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment