unityCAS with Unity 2022

This tutorial explains how to use CAS with Unity 2022.

If you import CAS into a new Unity 2022 project, this error will occur:

Assets\KINEMATION\CharacterAnimationSystem\Scripts\Runtime\Playables\AnimationLayeringJobs.cs(27,16): error CS0246: The type or namespace name 'NativeReference<>' could not be found (are you missing a using directive or an assembly reference?)

To fix this, make sure to update CAS to the latest version and install the Collections package: Package Manager โ–ธ Unity Registry โ–ธ Collections:

Last updated