Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0b2
2018.3.0b8
Issue ID
1096820
Regression
Yes
Unity crashes on Visual Studio debugger when there is a breakpoint on a SingletonWriter line which gets a ref value
How to reproduce:
1. Download, extract and open user's attached project (Crash on Ref.zip)
2. Open "MyScripty" script from the project window
3. Insert a breakpoint on line "var val = writer.InspectMe;" (there is an explanatory comment next to this line)
4. Start debugging (F5)
5. Return to Unity and go into play mode
-- watch the crash occur
Reproduces in: 2018.3.0b2, 2018.3.0b10, 2019.1.0a9
Does not reproduce in: 2018.3.0a1, 2018.3.0b1
Note: Not available for tesing in 2018.2 due to compile errors of the script.
Fixed in: 2018.3.0b11, 2019.1.0a10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Add comment