Search Issue Tracker
Fixed in 5.0.2
Votes
0
Found in
5.0.0f1
Issue ID
673440
Regression
No
Monodevelop incorrectly steps over for recursion
Steps to reproduce:
1. Open attached RecursionError.zip project.
2. Load the scene "scene".
3. Open "script1" in MonoDevelop.
4. Attach Unity to MonoDevelop.
5. Add a breakpoint in 17 line of the script.
6. Hit the play button in Unity.
7. See in locals, that functionID is 4.
8. Remove a breakpoint and step over.
9. functionID is 1. Expexted: 4.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment