Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.1.2f1
Issue ID
714357
Regression
No
Coroutines end in the opposite order than they were started in if finishing at the same frame
To reproduce:
1. Open "repro.zip".
2. Open the only scene in "Scenes".
3. Press "play".
Notice that the console outputs 9 first, then 8 and so on. However, if we look at the script "tests", we see that the coroutine that should output 9 was called last.
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