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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment