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
- SHADERPASS has incorrect value when using Shader Graph for Built-In target
- [VFX] Gizmo still incorrectly rendered for a hidden property
- Nested object label indentation is incorrect when using the UI Toolkit Inspector
- Crash on tlsf_free when UI Elements are moved to the side by scrolling
- Setting VideoPlayer.time and pausing results in incorrect player.frame values
Add comment