Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Physics
This content is hosted by a third party provider that does not allow video views without acceptance of Targeting Cookies. Please set your cookie preferences for Targeting Cookies to yes if you wish to view videos from these providers.
1/8
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity VersionBuilt-inURPHDRP
2020.3.30f1
Compatible
Not compatible
Not compatible
Additional compatibility information

The example scenes work with built-in (non-SRP) renderer, but there is nothing preventing you from using the character controller in URP and HDRP projects

Description

*This asset is now free, and there can be no guarantees regarding support*



What is Kinematic Character Controller?


Kinematic Character Controller a relatively low-level character controller solution that is not tied to any specific game genre and is made to be cleanly integrated into any project/architecture with as little friction or bloat as possible. Instead of using rigidbody physics, it uses a "collide and slide" algorithm that makes its movements perfectly fluid, precise and responsive. Note that its "kinematic" nature means that it will not get pushed by forces or rigidbodies automatically. These sorts of interactions have to be explicitly scripted.



Who is it for?


Strong programming and 3D math knowledge are required in order to use this package. This is by no means a "plug-and-play" solution, and it expects you to write your own input, camera, animation and velocity/rotation-handling code. It was made for users who wish to have the full freedom of writing their own game-specific character controllers, but want to have a strong foundation to start with.



How is it used?


You add a "KinematicCharacterMotor" component to your GameObject, and then create your own custom class that implements an ICharacterController interface and assign it to the motor, giving you various "callbacks" from the motor. Examples of these callbacks are: UpdateVelocity, UpdateRotation, IsColliderValidForCollisions, etc.....



What's included?


This package contains:


- The "core" components that users will use to build their own character controllers


- An "example" character controller that's meant to demonstrate the system's capabilities (the one you see in the WebGL demo)


- A "walkthrough", which is a series of tutorials that give examples of how to implement common features such as double-jumping, climbing ladders, swimming, rootmotion, etc....



Main features and caracteristics


- Capsule-based collisions


- Smoothly interpolated movement


- No GC allocations and several Quality/Performance options


- Handles moving on steps


- Ground snapping (does not "launch" off of slopes)


- Gracefully handles common character controller pitfalls such as slowly shrinking corridors, angled corners and concave colliders


- Supports pushing or standing on dynamic rigidbodies


- Support for moving platforms, without requiring any object parenting.


- Supports arbitrary gravity and up direction


- Supports locking physics/movement to a specific plane (useful for 2.5D games)


- Support for ignoring specific collisions


- Made with networking in mind. You can have explicit control over the "ticking" of the character simulation, allowing you to use this package in an authoritative server architecture with re-simulation of inputs.



_____________________



WebGL Demo


User Guide


Walkthrough


Kinematic Character Controller

(186)
3457 users have favourite this asset
(3457)
FREE
License type
File size
27.1 MB
Latest version
3.4.4
Latest release date
Jun 7, 2022
Original Unity version
2020.3.30
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR
FREE