Search Issue Tracker
By Design
Votes
1
Found in
2018.1.0f2
Issue ID
1037981
Regression
No
.NET serialization values are always set to null in .NET 4.x Equivalent
How to reproduce:
1. Open given Unity project
2. Make sure that the Scripting Runtime Version in the project settings is set to .NET 4.x Equivalent
3. Run all the tests
4. Notice that tests fail because of null value
5. Set Scripting Runtime Version in the project settings to .NET 3.5 Equivalent
6. Run all the tests
7. Tests succeded
Expected result: In both Runtime Versions result should be the same
Actual result: Tests fail in 4.x but works in 3.5 versions
Regression first introduced in:
Reproducible with: 2018.3.0a1, 2018.2.0b4, 2018.1.2f1, 2017.4.3f1, 2017.3.2f1, 2017.2.2p2, 2017.1.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment