Character Controller concepts
This section outlines the concepts the character controller implementation with ECS.
Topic | Description |
---|---|
Character update | Understand how the character update works. |
Character components | Understand the data involved in the character update. |
Grounding | Understand what grounding means for the character. |
Parenting | Understand how parenting is implemented. |