Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.2p3
Issue ID
772180
Regression
Yes
[iOS] Setting a property value via reflection for a double type fails on iOS with Mono2x scripting backend
Steps to reproduce:
1. Open the attached project
2. Build 'Start' scene to iOS using Mono2x scripting backend (should be set by default)
3. Build and run the Xcode project on a device
4. Check the Xcode debug logs, notice that Property value is returned incorrectly (should be the same as Field value)
Note: Does not reproduce with IL2CPP scripting backend.
Not reproducible with: 5.3.2f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment