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
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
- Renderer Light Probe Selection option resets to default when closing and reopening the Unity Editor
- [iOS] Sometimes the safe area is incorrect when the Player is in the landscape mode
Add comment