Character Controller Pro (1.4.x)
  • Introduction
  • The package
    • Content
    • Versioning scheme
    • Importing the package
    • Using the package
    • Known issues
  • Fundamentals
    • Core
      • Character
      • Character body
      • Character actor
        • States
        • Stable movement features
        • Velocity
    • Implementation
      • Character state controller
      • Character state
      • Character brain
  • 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
      • 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
      • Organize the character hierarchy
      • States
        • Add and configure the state machine
        • Create a state
        • Transition from one state to another
        • Handle animation
        • Modify an IK (inverse kinematics) element
      • Actions
        • Define your own actions
        • Use the character actions
        • Use a custom Input Handler
        • Use the new input system
        • Create your own AI movement logic
Powered by GitBook
On this page
  1. The package

Versioning scheme

PreviousContentNextImporting the package

Last updated 6 months ago

Type

Description

Patch

It consists of fixes of all kind (bugs, comments, typos, descriptions, etc.).

This update is always recommended.

Minor

It consists of new features and improvements. Unfortunately, such changes could introduce API incompatibilities, and because of that, it is always recommended to follow the corresponding upgrade guide.

Major

A re-design of the asset. Compatibility will be compromised for sure.

Important: A major release will be introduced as a new (asset store) package. This means the new release doesn't replace the old one.

How to update

Even though Unity is smart enough to replace all modified files, the recommended way to update the asset is by deleting the Character Controller Pro folder and then import the new version.

It is always recommended to update to a newer version of the package whenever possible, unless the risk of doing so is high enough for your particular project.

The demo content included with the package does not follow any versioning scheme.

Risk: Zero

Risk: Low to medium

Risk: Maximum

✅
⚠️
☢️