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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment