You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Creating new tweens while yielding WaitForCompletion can cause some WaitForCompletion to never end.
Reproduced only when tween recycling is on (global or per-tween).
Tweens associated with stuck WaitForCompletion are the same (by hash code) that were recycled and reused by other animation script instance.
Steps to reproduce:
Create scene with some 3d objects (11 cubes in my case)
Add same animation script below to these 3d objects
Start Play Mode
Expected:
All 3d object moving synchronously
Actual:
Some 3d objects not moving, stuck on WaitForCompletion.
Reproduced:
Unity 2023.2.10f1 with DOTween 1.2.745 and 1.2.765
Unity 2022.3.17f1 with DOTween 1.2.745
Description:
Creating new tweens while yielding WaitForCompletion can cause some WaitForCompletion to never end.
Reproduced only when tween recycling is on (global or per-tween).
Tweens associated with stuck WaitForCompletion are the same (by hash code) that were recycled and reused by other animation script instance.
Steps to reproduce:
Expected:
All 3d object moving synchronously
Actual:
Some 3d objects not moving, stuck on WaitForCompletion.
Reproduced:
Unity 2023.2.10f1 with DOTween 1.2.745 and 1.2.765
Unity 2022.3.17f1 with DOTween 1.2.745
Settings:
Recycable: true
Safe Mode: false
AutoPlay: false
AutoKill: true
Sample code:
The text was updated successfully, but these errors were encountered: