Character Controller Pro (1.4.x)
Ctrlk
  • Introduction
  • The package
    • Content
    • Versioning scheme
    • Importing the package
    • Using the package
    • Known issues
  • Fundamentals
    • Core
    • Implementation
  • How to...
    • Core
      • Create a basic character
      • Add behavior logic to your character
      • Move the character
      • Rotate the character
      • Leave grounded state (e.g. jump)
      • Change the size of the character
      • Enable or disable collisions (ghost)
      • Use the character information (with examples)
      • Use root motion
      • Detect a character using a "detector"
      • Add a static one way platform
      • Add a dynamic one way platform
    • Implementation
Powered by GitBook
On this page
  1. How to...

Core

Create a basic characterAdd behavior logic to your characterMove the characterRotate the characterLeave grounded state (e.g. jump)Change the size of the characterEnable or disable collisions (ghost)Use the character information (with examples)Use root motionDetect a character using a "detector"Add a static one way platformAdd a dynamic one way platform
PreviousCharacter brainNextCreate a basic character