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?)
https://github.com/AnnulusGames/LitMotion/blob/b2684c12023392b689e83465e89a8c1d46172328/src/LitMotion/Assets/LitMotion/Runtime/MotionAwaiter.cs#L1
https://github.com/AnnulusGames/LitMotion/blob/b2684c12023392b689e83465e89a8c1d46172328/src/LitMotion/Assets/LitMotion/Runtime/MotionHandleExtensions.cs#L147-L150
The consistency of the compile switch is not maintained between MotionAwaiter and MotionHandleExtensions.GetAwaiter that references it.