Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.1.X, 2017.2.X, 2017.3.X
Votes
0
Found in
2017.1.1p3
Issue ID
959791
Regression
No
[Mobile][IL2CPP][.NET 4.6] Casting decimal type to double returns incorrect value with IL2CPP and .NET 4.6
Casting decimal values to doubles results in incorrect results with IL2CPP and .NET 4.6 on iOS and Android.
Steps to reproduce:
1) Open the attached project.
2) Build for iOS or Android with IL2CPP and .NET 4.6.
3) Run on a device.
- Values are displayed on the screen.
Expected 'double0' value: 11.53...
Actual 'double0' value: -3.68...
This does not occur when .NET 3.5/2.0 is used.
Reproduced on:
2018.1.0a1 (d879bc332b13 - trunk as of 2017/10/12), 2017.1.0a6
Devices tested:
LG G3 Android 5.0
Google Nexus Android 8.0
iPod Touch 6th gen iOS 10.2.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
Add comment