Search Issue Tracker
Won't Fix
Votes
2
Found in
2018.4
2020.1.0f1
2020.2
Issue ID
1269454
Regression
No
Child Coroutine is not stopped when stopping the Parent Coroutine from inside of Child Coroutine
How to reproduce:
1. Open "case_1269454.zip" and SampleScene
2. Enter the Play moe
3. Press O and observe the Game view, the cube does not stop
4. Exit the Play mode
5. Enter the Play mode
6. Press U and observe the Game view, the cube stops
Expected result: Cube stops when "O" and "U" buttons are pressed
Actual result: Cube does not stop when "O" button is pressed
Reproducible with: 2018.4.26f, 2019.4.9f1, 2020.1.3f1, 2020.2.0a21
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2021.2.X):
The fix will finally not land (we'll keep the PR open on a side though and revisit if we are pushed back by the user).
The reason is that changing the behaviour of StopCoroutine may break users that depends on the buggy behaviour.