Skip to content

Create Your First Character

  1. Add Character to the root object.
  2. Add CharacterController3D.
  3. Add the native Unity CharacterController.
  4. Add CameraRigController in the scene.
  5. Add the input source and test movement.

[!TIP] Get the movement loop working before you add tools, hunting or dialogue.

  • Screenshot: Player hierarchy with the core components.
  • Screenshot: Camera rig connected to the player.
  • GIF: Character moving in Play Mode.
  • Video: First character setup walkthrough.
  • Diagram: Character root → controller → camera → input.