Is there a way to restore the default unity Input Controls once you have built a the game… I had a racing game use a controller now my other project “first person shooter” will not use keyboard commands because i changed them when i built the racing one…
The actual EXE input. not in the editor.
Any help is appreciated.
The input manager is for the input of any build. It has to either be changed in the editor manually, or you have to replace the file (Your Project Folder / ProjectSettings / InputManager.asset); If you’re talking about changing from keyboard to controller or whatever you’re wanting to use, the axes still have to be setup via input manager in order for those buttons or axes to be available for you to use. Read the Docs on it HERE