daemon3000 / InputManager

Custom InputManager for Unity
Other
587 stars 88 forks source link

Unable to bind Analog Buttons #40

Closed ninjanerdbgm closed 6 years ago

ninjanerdbgm commented 6 years ago

image

I can't bind any analog buttons since it's expecting an axis input.

daemon3000 commented 6 years ago

Analog buttons are for converting axis input to button input(e.g. if you want to use the triggers on a controller as buttons instead of axes). Are you sure you don't want a simple "Button" binding type?

Example

ninjanerdbgm commented 6 years ago

Yep, that's totally what I wanted. D'oh!

Thanks!