Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.2
2019.3
2019.3.0f3
2020.1
Issue ID
1205010
Regression
No
Unity editor crashes if code has nullable structs with circular dependency
How to reproduce:
1. Open attached project "754243.zip"
2. In Project window, open "Test.cs" script
3. Uncomment and save the code
4. Select the Editor
Expected result: The code compiles
Actual result: The code compiles and Editor crashes
Reproducible with: 2018.4.14f1, 2019.2.16f1, 2019.3.0f3, 2020.1.0a16
Could not test with: 2017.4.35f1 (nullable types were not yet implemented)
Comments (1)
-
meikellp
Apr 15, 2021 07:21
This pull request was merged 2+ years ago. When will it reach Unity?
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Cube is rendered green when its color is set to black and using the Lift Gamma Gain Volume interpolation
- Inner and outer exceptions are not unrolled correctly
- [iOS][WebGL] Audio Clip doesn't play when Load Type is set to Decompress On Load and iOS Silent Mode is enabled
- Crash on EditorBuildSettings::GetConfigObject when closing a specific project
- Crash on ClothScene::ProcessComponentUpdates when entering play mode after editing Cloth Collision Points
Resolution Note:
This issue is caused because the reference assemblies from .NET Standard 2.0 did not contain private fields, preventing the compiler from erroring during compilation. This has been resolved for .NET Standard 2.1. Once Unity upgrades to .NET Standard 2.1 this code will no longer compile.
See: https://github.com/dotnet/standard/pull/1012