Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.