Skip to content

Commit 7baad44

Browse files
authored
Update README.md
1 parent 361df75 commit 7baad44

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# Unity-Selection-Wheel
22

3+
## What it does
4+
- Adds a customisable selection wheel to the scene window which can be activated by pressing the ```C``` key
5+
- Each Button maps to a different UnityAction which can be set by the user
6+
- User is allowed to set the number of buttons that are shown in the wheel
7+
8+
9+
## How to use
10+
- Import the .unitypackage
11+
- Go to ```River>Enable```
12+
- Also click on ```River>Toggle Setting``` to reveal settings for the wheel
13+
- If you want to update what each button does , Edit the script name ```config.cs``` in ```Tools>Editor>config.cs```
14+
15+
16+
17+
## Notes
18+
> Note : The limit on the Buttons is 1-8 , users are free to update the max value but make sure the correct corresponding unityactions and use cases are set up in ```config.cs```
19+

0 commit comments

Comments
 (0)