Note: This tutorial relies on example content, so make sure to download the demo files first Install Demo Content.
CAS provides a preset-based character setup. First, add your character to the scene, right-click on it, and select “KINEMATION/Setup CAS”:This will open a Character Animation Setup window with preset options:Select Basic. More options appear if additional content is installed.
Tip: Use Manual only if you’re experienced. It’s covered later.
Next, follow the setup steps and assign properties:
Next, we need to pick Animation Clips for our character:
Assign Animation Clips.
Base Pose is the standing idle animation. CAS uses it to compute additive motion at runtime.Overlay Pose represents the current state — an item/weapon pose (e.g., torch) or a gameplay pose (e.g., injured, unarmed).At runtime, CAS animates Overlays dynamically, turning poses into animations with natural blending.An Overlay Controller serves the same role as an Overlay Pose, but adds states, transitions, and blend trees.
Tip: Use Overlay Controllers for complex logic (e.g., draw/holster/attack/block as states).
Tip: If both are assigned, CAS prioritizes the Overlay Controller.