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! |
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 |
|
I'm having this same issue. Installing DOTween manually from the asset store doesn't solve it either for me. Any suggestions? |
|
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? |



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_SUPPORTto enable it for UniTask.