An open API service indexing awesome lists of open source software.

https://github.com/valax321/playercontroller

First person player controller system for unity
https://github.com/valax321/playercontroller

input movement player-controls unity

Last synced: about 2 months ago
JSON representation

First person player controller system for unity

Awesome Lists containing this project

README

          

# Player Controller System

The player controller system in this package is a fairly complete player controller implementation built on top of Unity's built-in Character Controller. It contains the basic set of features seen in many first person games, such as jumping, crouching, sprinting and sliding on steep slopes.

To learn more, see [the documentation pages](Documentation~/Introduction.md).

## Installation

The controller is available as a Unity package.

## License

Released under the MIT license. See LICENSE for more information.