com.unity.charactercontroller 1.4.1

com.unity.charactercontroller

Source docs
Notes: processedReleased November 3, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (50f1)

Package Dependencies

📈 Improvements

  • In an effort to no longer require the `IAspect`-based workflow for the character controller, all character update steps, constants, utility methods, etc... were moved out of the `KinematicCharacterAspect` and into `KinematicCharacterUtilities`.
  • All `KinematicCharacterAspect` methods now internally just call their `KinematicCharacterUtilities` counterpart.
  • Refactored some names to adhere to Unity coding standards.