Replies: 1 comment
-
You need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed the DOTween from assetstore and tried to await on
transform.DOScaleX
, but the compiler complained for not found the extension methods for tween.So I deleted the
#if UNITASK_DOTWEEN_SUPPORT
fromDOTweenAsyncExtension.cs
and it just worked.It seems that UniTask DOtween extension asmdef's version defines doesn't work as expected.
Does anyone see the same issue? I'm using 2023.1.
Beta Was this translation helpful? Give feedback.
All reactions