We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93584cd commit cde98f8Copy full SHA for cde98f8
README.md
@@ -2,3 +2,8 @@
2
Custom command executer for Unity versions 2019+
3
4
Requires TextMeshPro Package (Free)
5
+
6
+## How to use in 3-steps
7
+- Assign 'Command' attribute to a function (public or private)
8
+- Use either the CommandManager OR register the command at Awake/Start to the CommandRegister class
9
+- Call ExecuteCommand in CommandRegister with the user's input
0 commit comments