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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment