CSP Unity Input Manager
My script will add as many axes to your project as you need!
If you wanted to add a second player to your game you would need to add over 200 variables manually. That could be quite time consuming and prone to human error.Â
Now imagine adding 16 controllers to your game that have 28 axis each. That's more than 450 inputs that you would have to manually set up!
There are 15 variables per axes when creating a new input in Unity.
The standard set up has 18 different inputs.
When you have this script anywhere in your project you get a new menu. Use this menu to add the input menu to your scene. Then press a button. Buttons are cool.
Pressing play on this script turns it from a input editor to an input reader. Make sure your game window is selected. Buttons go green when held and axis go green when not equal to zero.
The Result...