-
-
Notifications
You must be signed in to change notification settings - Fork 938
-
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
from DOTweenAsyncExtension.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
Replies: 1 comment
-
You need to add UNITASK_DOTWEEN_SUPPORT
in ProjectSettings for your platform.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment