Today we will look at how to access the Unity Input Manager and change values in it via editor scripting. This is useful when you want to define new axis or button that your runtime code might need and there are too many too define manually via the Unity Input Manager. In this guide I’ll only show how axis are defined but defining buttons are done in a similar way.