You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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```
0 commit comments