Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a1
2018.3.0b2
Issue ID
1084572
Regression
Yes
Creating a certain struct in the script crashes the Editor on Begin MonoManager ReloadAssembly
To reproduce:
1. In a new project, create a script and write the following in the script:
public struct NavigationNode {
public NavigationNode? parent;
}
2. Save the script and go back to Unity
3. Observe that Unity simply closes during compilation
Expected: the Editor doesn't crash
Reproduced in 2018.3.0a1, 2018.3.0b2, 2018.3.0b3, 2019.1.0a2
Did not reproduce in 2018.2.10f1
Regression introduced in 2018.3.0a1
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
This is an interaction between the new Roslyn compiler at 2018.3 and the .NET reference assemblies we compile against. The reference assemblies are missing fields which doesn't allow compiler to infer the infinite type recursion. This is being tracked as a mono issue: https://github.com/mono/mono/issues/7859