The Motor subfolder contains CharacterMotor, the physics-driven movement and rotation engine for characters. It manages velocity, acceleration, grounding, collision detection, and jump mechanics via Unity's CharacterController.
CharacterMotor
CharacterController
Physics-driven movement, rotation, jumping, grounding, and collision
CharacterController — the high-level facade that calls into the motor
Character System Overview — full system architecture
Last updated 1 month ago