Godot Version
Godot 4
Question
In godot 4 is there any built in functions to sort the input map into categories etc, menu, movement, taunts, shooting
if not how would you recommend keeping the input map structured for a first person shooter?
Godot 4
In godot 4 is there any built in functions to sort the input map into categories etc, menu, movement, taunts, shooting
if not how would you recommend keeping the input map structured for a first person shooter?
The best way is to probably add an identifier in the name of the input map by renaming them, something like:
gun - shoot
gun - reload
menu - accept
menu - open
move - forwards
move - backward
Then you can search the name of the category to have all the actions in that name category appear