Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IronWarrior/2DCharacterControllerTutorial
Source code for 2D Character Controller tutorial for Unity.
https://github.com/IronWarrior/2DCharacterControllerTutorial
Last synced: about 2 months ago
JSON representation
Source code for 2D Character Controller tutorial for Unity.
- Host: GitHub
- URL: https://github.com/IronWarrior/2DCharacterControllerTutorial
- Owner: IronWarrior
- License: unlicense
- Created: 2018-12-02T05:00:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T19:00:23.000Z (over 5 years ago)
- Last Synced: 2024-08-03T19:09:51.174Z (5 months ago)
- Language: C#
- Homepage: https://roystan.net/articles/character-controller-2d
- Size: 629 KB
- Stars: 73
- Watchers: 4
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - 2DCharacterControllerTutorial - Source code for 2D Character Controller tutorial (Character Controller)
README
# 2D Character Controller Tutorial
Source code for completed [2D character controller for Unity tutorial](https://roystan.net/articles/character-controller-2d.html) from my site, [roystan.net](http://roystan.net/).![Character Controller jumping around sample scene](https://i.imgur.com/qVk9Y9g.gif)
Contains a 2D character controller that can walk and jump. This controller does not handle sloped surfaces: only flat ground or vertical walls. Uses custom physics and collision—no rigidbodies or forces are used.