Versioning scheme

Type

Description

Patch

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

This update is always recommended.

Risk: Zero

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.

Risk: Low to medium ⚠️

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.

Risk: Maximum ☢️

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.

Last updated