Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.5f1
Issue ID
839779
Regression
No
On specific project Unity crashes when debugging
Reproduction steps:
1. Open the attached reproduction project (839779 - ReproProject.zip)
2. Open JavaEmulator.cs located in Assets\Cengatrix\Scripts\JavaEmulator
3. In JavaEmulator.cs (lines 27 and 28) set the location path of mlast.txt and message.txt
4. Open the "Splash" scene located in Assets\Common\Scenes\Splash.unity
5. Open the BallController.cs script located in Assets\Curling\Scripts\Controllers\
6. In BallController.cs place breakpoints on line 79 and 87
7. Attach the debugger to Unity.
8. Play the "Splash" scene
9. Press on the green ball and drag it to the edge
10. In the code editor (Visual Studio 2015 or MonoDevelop) press F10 (step over)
11. Unity crashes (check the attached reproduction video)
Note:
- Crashes with Visual Studio 2015 and MonoDevelop
- Doesn't reproduce on a new proejct
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment