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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently if I do
await tween.OnKill(KilledMethod).ToUniTask(cancellationToken: token),KilledMethodis 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):originalUpdateActionat DOTweenAsyncExtensions.cs:184Beta Was this translation helpful? Give feedback.
All reactions