IronWarrior / SuperCharacterController

Unity custom character controller
MIT License
762 stars 207 forks source link

Added support for right analog stick as alternative to mouseInput #11

Closed jakedowns closed 8 years ago

jakedowns commented 8 years ago

Not sure if anyone will find this useful, but while playing around with the demo scenes, I found myself wishing I could control the camera with the right analog stick. Figured I may as well share my work.

Note I'm using Unity 5.2.2f1

jakedowns commented 8 years ago

Sidenote: great work on this project & thank you for open-sourcing it. Learning a lot from your efforts.

IronWarrior commented 8 years ago

Works great, thanks for the contribution!