Skip to content

A simple Rigidbody based character controller for 2D platformers in Unity

License

Notifications You must be signed in to change notification settings

PhoebeMitchell/CharacterController2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CharacterController2D

A simple Rigidbody based character controller for 2D platformers in Unity

To use the script add it to your character game object and get a reference to it. To make the character move left and right, set the MovementDirection property to a value between -1 and 1. The character will continue moving in this direction until MovementDirection is set to 0. To make the character jump call the Jump method.

About

A simple Rigidbody based character controller for 2D platformers in Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages