com.unity.charactercontroller 1.4.1
Source docsNotes: processedReleased November 3, 2025
Unity Compatibility
Minimum Unity: 2022.3 (50f1)
Package Dependencies
- com.unity.entities (1.3.14)
- com.unity.modules.physics (1.0.0)
- com.unity.modules.uielements (1.0.0)
- com.unity.physics (1.3.14)
📈 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.
