Input Manager

Hello! I would need a helping hand =)
I would like my player to be able to customize his keys, the simple buttons (like fire) but also the axes of movement WASD in ZQSD or other according to his desire.
I cannot access the InputManager in game to be able to change the positive and negative buttons of the Horizontal and Vertical axes.
I come across old subjects that date back more than 5 years … I can’t find more recent :frowning:
and it was impossible at that time … I hope it has changed since xD
anyone have any ideas?
Thank you for your help =)

You can use an asset such as “Rewired” from the Asset Store.

Alternately you can look into the new Unity Input System:

https://docs.unity3d.com/Manual/com.unity.inputsystem.html

Or of course you can always roll your own if you’re into that sorta thing. There are probably a few Youtube tutorials about it.