Error when install Match3-Sample #10
-
Hi everyone, I have installed Match3-Sample as in instruction. However, Unity show error "DOTween.Sequence() does not contain WithCancellation()". await itemsSequence.SetEase(Ease.Flash).WithCancellation(cancellationToken); Please help me fix this error. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hello, there. Looks like the DOTween package wasn't installed. Check it out in the Package Manager. In addition, I've noticed, that the DOTween package is no longer available in the OpenUPM. This may cause the issue. Try to install it manually. P.S. When the DOTWeen is installed manually. You have to define |
Beta Was this translation helpful? Give feedback.
-
I'm having this same issue. Installing DOTween manually from the asset store doesn't solve it either for me. Any suggestions? |
Beta Was this translation helpful? Give feedback.
-
Hi Dima, `[Package Manager Window] Error adding package: https://github.com/LibraStack/Match3-SDK.git?path=src/Match3-SDK/Assets/Match3. UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
How it is possible to install via git url? |
Beta Was this translation helpful? Give feedback.
Hello, there.
Looks like the DOTween package wasn't installed. Check it out in the Package Manager.
In addition, I've noticed, that the DOTween package is no longer available in the OpenUPM. This may cause the issue. Try to install it manually.
P.S. When the DOTWeen is installed manually. You have to define
UNITASK_DOTWEEN_SUPPORT
to enable it for UniTask.