Skip to content

Commit cde98f8

Browse files
authored
Update README.md
1 parent 93584cd commit cde98f8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
Custom command executer for Unity versions 2019+
33

44
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

Comments
 (0)