Dotween callbacks are overridden by completion callback #332
callum-rose-red-engine
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if I do
await tween.OnKill(KilledMethod).ToUniTask(cancellationToken: token)
,KilledMethod
is never called because it is re-assigned inToUniTask
. This issue location can be seen in DOTweenAsyncExtensions.cs:197. Potential fixes are (in order of preference):originalUpdateAction
at DOTweenAsyncExtensions.cs:184Beta Was this translation helpful? Give feedback.
All reactions