Search Issue Tracker
Fixed in 2018.2.8f1
Fixed in 2018.1.X, 2018.2.X
Votes
0
Found in
2018.2.0f2
Issue ID
1059122
Regression
No
UnsafeUtility.GetFieldOffset returns negative values about Enum fields in a build when the Enum is declared in a class
Repro steps:
1. Open attached project
2. Enter Play Mode and observe the values in Game View
3. Exit Play Mode
4. File -> Build and Run
5. Play the game and observe the values again
Expected: value_ is non-negative
Actual: value_ is negative
Reproducible with: 2018.1.9f1, 2018.2.0f2
Notes:
- Only in .NET 4.x
- The Class must have a reference to another Class and an Enum variable
- The Enum variable must be declared next to the Class reference
- This doesn't happen when there's a typeof(Enum) statement
Fixed in: 2018.3.0a10
Backported to: 2018.2.8f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
Add comment