Character System
Overview
Section titled “Overview”This is the largest runtime area in the scan. It combines the player controller, ability composition, camera integration and AI support.
Important files
Section titled “Important files”Character.csCharacterController3D.csCharacterAbility.csCharacterMovement.csCharacterRun.csCharacterJump.csCharacterCrouch.csCharacterGlide.csCharacterClimb.csCharacterToolAbility.csCharacterInventory.csCharacterHunting.csCharacterBrain.csAIBrain.csAIAction.csAIDecision.cs
Setup checklist
Section titled “Setup checklist”- Add the character root
- Add
CharacterController3D - Add the native
CharacterController - Add the camera rig controller
- Add any abilities the scene actually needs
Media Suggestions
Section titled “Media Suggestions”- Screenshot: Character hierarchy and ability components.
- Screenshot: Camera rig connected to the controller.
- GIF: Movement, aim and ability switching.
- Video: Character stack setup from zero.
- Diagram: Character root → abilities → camera → input.