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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment