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 on RaiseException when AddGameElement handles a generic type
- Interpolation 2D results are inconsistent when position.z = position.x is called on Late Update
- Game View's scale slider bar gets set to 2.5x when entering Play Mode
- Crash/Memory leak in a WebGL build when executing a very large switch statement multiple times
- [Asset Bundles] The Active Build Platform is being used instead of the build target to determine material/shader compilation
Add comment