Player
This command removes any custom commands bound to a specified key.
Remove brackets [ ] when typing the command.
Parameters
- Keycode
- The Unity keycode you wish to clear all custom command bindings from.
Examples
Here is an example of how to use unbind.
Removes the custom command binding on the mouse4 key.
In-Depth Description
The `unbind` command clears all custom command bindings from a specific Unity keycode set via the `bind` command.