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
- Host: GitHub
- URL: https://github.com/valax321/playercontroller
- Owner: Valax321
- License: mit
- Created: 2020-05-06T05:16:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T12:17:37.000Z (about 6 years ago)
- Last Synced: 2025-01-28T14:52:07.115Z (over 1 year ago)
- Topics: input, movement, player-controls, unity
- Language: C#
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.