Skip to content

Commit 64bc079

Browse files
committed
README:add PrefsGUI link
1 parent 02bed39 commit 64bc079

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Download a `.unitypackage` file from [Release page](https://github.com/fuqunaga/
88

99
or
1010

11-
Using Pacakge Manager
11+
**Using Pacakge Manager**
1212
Add 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**
128128
https://github.com/mattatz/unity-immediate-color-picker
129+
<br>
130+
131+
- **PrefsGUI**
132+
https://github.com/fuqunaga/PrefsGUI

0 commit comments

Comments
 (0)