Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.0f4
Issue ID
780659
Regression
No
[iOS][IL2CPP] Double casting does not export correctly with IL2CPP
To reproduce:
1. Open attached project ("DoubleCast.zip")
2. Open "MainScene" scene
3. Play it in the editor
4. Notice that in the Console value -1 is logged twice
5. Build and run on iOS device
Actual behavior: notice that first value is logged correct (-1), but second is incorrect (4.294967E+09)
Workaround: do only one casting in each line
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException is thrown when assigning an Object to a custom DebugUI.ObjectField in Rendering Debugger
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
Add comment