daemon3000 / InputManager

Custom InputManager for Unity
Other
587 stars 88 forks source link

Fix for Controller Axis Rounding #52

Closed camsmithcamsmith closed 4 years ago

camsmithcamsmith commented 4 years ago

Hey, my partner and I just updated the FPSInputController and the CharacterMotor scripts here by simply changing most instances of keyword var to the actual variable they represent. This makes it seem much smoother and more tactile. Hope this helps! InputManager-master.zip

daemon3000 commented 4 years ago

Hey, thanks for the contribution but I think something went wrong when you made the pull request. This pull request seems to want to merge the master branch into the dev branch which, if you look in the commits list, contains only commits made by me in the last few months. The pull request doesn't contain any of your work.

I'm going to have to reject this pull request. Please fork the repository, make the changes in your own fork then make a new pull request from your fork to this repository. For more information please read the documentation on how to create a fork and how to create a pull request.