AnnulusGames / LitMotion

Lightning-fast and Zero Allocation Tween Library for Unity.

Home Page:https://annulusgames.github.io/LitMotion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MotionAwaiter is only enabled when UniTask is present.

c3-hoge-fuga-piyo opened this issue · comments

public static MotionAwaiter GetAwaiter(this MotionHandle handle)
{
return new MotionAwaiter(handle);
}

The consistency of the compile switch is not maintained between MotionAwaiter and MotionHandleExtensions.GetAwaiter that references it.

Library\PackageCache\com.annulusgames.lit-motion@b2684c1202\Runtime\MotionHandleExtensions.cs(147,23): error CS0246: The type or namespace name 'MotionAwaiter' could not be found (are you missing a using directive or an assembly reference?)

Fixed in #117.