Skip to content

Commit ff8bea7

Browse files
Update README.md
1 parent ea7811e commit ff8bea7

File tree

1 file changed

+13
-30
lines changed

1 file changed

+13
-30
lines changed

README.md

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# GUI Redis
22

33
An Unity Plugin which enhances productivity for developers who are using Redis.
4+
<br>
45
[中文请点这里](#中文说明)
56

67
### Features
@@ -32,19 +33,19 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
3233

3334
3. When unity finishes processing the new dll, click on JEngine/GUI Redis on the menu.
3435

35-
<img src="Docs/Menu.png" alt="Menu Quick Show" style="zoom:50%;" />
36+
![menu](Docs/Menu.png)
3637

3738
4. A window should pop up with Chinese, if you can't read Chinese, don't worry, go to Language and choose English, so that you will be able to understand all the features.
3839

39-
<img src="Docs/Preview.png" alt="Menu Quick Show" style="zoom:50%;" />
40+
![preview](Docs/Preview.png)
4041

4142
5. Go to your server and check your config of Redis, go to the part with bind.
4243

43-
<img src="Docs/RedisConfig.png" alt="Menu Quick Show" style="zoom:50%;" />
44+
![config](Docs/RedisConfig.png)
4445

4546
> Note that if you don't want to connect Redis via SSH, comment bind part and change protected-mode on config to no
4647
>
47-
> <img src="Docs/RedisConfig.png" alt="Menu Quick Show" style="zoom:50%;" />
48+
> ![note1](Docs/Note1.png)
4849
4950
6. Now, go back to Unity, and GUI Redis window.
5051

@@ -56,7 +57,7 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
5657

5758
> Note that test connection will be running of main thread of Unity, which might make Unity unresponding but it is actually running.
5859
59-
<img src="Docs/Alert.png" alt="Menu Quick Show" style="zoom:50%;" />
60+
![alert](Docs/Alert.png)
6061

6162
10. As usual, Unity will pop up a dialog which tells you whether successfully connected or not, if not, please check the console which will give you the error message
6263

@@ -69,7 +70,7 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
6970

7071
12. Click on **Refresh Keys**, and all keys in database will pop up
7172

72-
<img src="Docs/RefreshKey.png" alt="Menu Quick Show" style="zoom:50%;" />
73+
![keys](Docs/RefreshKey.png)
7374

7475
13. Now, you can whether add new data into your database, or modify any data in the list.
7576

@@ -131,15 +132,6 @@ ___
131132

132133

133134

134-
### DEMO Video
135-
136-
___
137-
138-
<video>
139-
<source id="mp4" src="Docs/Demo.mp4" type="video/mp4">
140-
</video>
141-
142-
143135

144136
### Issues
145137

@@ -183,19 +175,19 @@ If you have any issues,
183175

184176
3. 当Unity加载好新的Dll,点击顶部菜单栏中JEngine/GUI Redis
185177

186-
<img src="Docs/Menu.png" alt="Menu Quick Show" style="zoom:50%;" />
178+
![menu](Docs/Menu.png)
187179

188180
4. 点击后,会弹出一个窗口
189181

190-
<img src="Docs/Preview.png" alt="Menu Quick Show" style="zoom:50%;" />
182+
![preview](Docs/Preview.png)
191183

192184
5. 在使用插件之前,请登入服务器,查看Redis的配置文件中含有bind的部分
193185

194-
<img src="Docs/RedisConfig.png" alt="Menu Quick Show" style="zoom:50%;" />
186+
![config](Docs/RedisConfig.png)
195187

196188
> 注意:如果你不想通过SSH连接数据库,那么bind需要被注释掉,protected-mode必须为no
197189
>
198-
> <img src="Docs/RedisConfig.png" alt="Menu Quick Show" style="zoom:50%;" />
190+
> ![note1](Docs/Note1.png)
199191
200192
6. 回到Unity的GUI Redis窗口
201193

@@ -208,7 +200,7 @@ If you have any issues,
208200

209201
> 需要注意的是,测试连接将运行在Unity主线程,如果连接的慢,会导致Unity无响应,这是正常的
210202
211-
<img src="Docs/Alert.png" alt="Menu Quick Show" style="zoom:50%;" />
203+
![alert](Docs/Alert.png)
212204

213205
10. 如图所见,Unity会出现一个弹窗告知你连接状态,如果连接失败,请在控制台查看错误原因
214206

@@ -221,7 +213,7 @@ If you have any issues,
221213

222214
12. 点击**刷新Keys**,该数据库中全部Keys会出现在左侧
223215

224-
<img src="Docs/RefreshKey.png" alt="Menu Quick Show" style="zoom:50%;" />
216+
![keys](Docs/RefreshKey.png)
225217

226218
13. 现在,你可以在Unity中对你的Redis数据库进行增删改查了!
227219

@@ -283,15 +275,6 @@ ___
283275

284276

285277

286-
### 演示视频
287-
288-
___
289-
290-
<video>
291-
<source id="mp4" src="Docs/Demo.mp4" type="video/mp4">
292-
</video>
293-
294-
295278

296279
### 问题反馈
297280

0 commit comments

Comments
 (0)