File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ Download a `.unitypackage` file from [Release page](https://github.com/fuqunaga/
88
99or
1010
11- Using Pacakge Manager
11+ ** Using Pacakge Manager**
1212Add following line to the ` dependencies ` section in the ` Packages/manifest.json ` .
1313```
1414"ga.fuquna.rapidgui": "https://github.com/fuqunaga/RapidGUI.git"
1515```
1616# Getting Started
17- - Checkout the ** RapidGUI/Example/RapidGUIExample.unity**
18- - And check the usage from the script below [ ** RapidGUI/Example/Scripts/** ] ( Example/Scripts/ )
17+ - Open and checkout the ** RapidGUI/Example/RapidGUIExample.unity**
18+ - see also the usage from the script below [ ** RapidGUI/Example/Scripts/** ] ( Example/Scripts/ )
1919
2020# Functions
2121## RGUI.Field()
@@ -126,3 +126,7 @@ If not in the scene, it will be generated automatically.
126126# Reference
127127- ** unity-immediate-color-picker**
128128https://github.com/mattatz/unity-immediate-color-picker
129+ <br >
130+
131+ - ** PrefsGUI**
132+ https://github.com/fuqunaga/PrefsGUI
You can’t perform that action at this time.
0 commit comments