Skip to content

Commit c77a738

Browse files
2 parents 0c414b4 + ff8bea7 commit c77a738

File tree

1 file changed

+16
-38
lines changed

1 file changed

+16
-38
lines changed

README.md

Lines changed: 16 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# GUI Redis
22

33
An Unity Plugin which enhances productivity for developers who are using Redis.
4-
5-
### Menu
6-
7-
[TOC]
8-
9-
4+
<br>
5+
[中文请点这里](#中文说明)
106

117
### Features
128

@@ -37,19 +33,19 @@ An Unity Plugin which enhances productivity for developers who are using Redis.
3733

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

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

4238
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.
4339

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

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

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

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

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

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

6662
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
6763

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

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

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

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

@@ -136,15 +132,6 @@ ___
136132

137133

138134

139-
### DEMO Video
140-
141-
___
142-
143-
<video>
144-
<source id="mp4" src="Docs/Demo.mp4" type="video/mp4">
145-
</video>
146-
147-
148135

149136
### Issues
150137

@@ -155,7 +142,7 @@ If you have any issues,
155142
- Please follow [jason_the_developer](https://www.instagram.com/jason_the_programmer/) at instagram and send me messages
156143
- Or, submit new issue on github page
157144

158-
# GUI Redis 中文说明
145+
# 中文说明
159146

160147
一个可以提高使用Redis数据库开发游戏的效率的Unity插件
161148

@@ -188,19 +175,19 @@ If you have any issues,
188175

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

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

193180
4. 点击后,会弹出一个窗口
194181

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

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

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

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

@@ -213,7 +200,7 @@ If you have any issues,
213200

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

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

@@ -226,7 +213,7 @@ If you have any issues,
226213

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

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

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

@@ -288,15 +275,6 @@ ___
288275

289276

290277

291-
### 演示视频
292-
293-
___
294-
295-
<video>
296-
<source id="mp4" src="Docs/Demo.mp4" type="video/mp4">
297-
</video>
298-
299-
300278

301279
### 问题反馈
302280

@@ -306,4 +284,4 @@ ___
306284

307285
- 加作者QQ:2313551611
308286
并标明是从Github来反馈问题的!
309-
- 或在Github提交issues!
287+
- 或在Github提交issues!

0 commit comments

Comments
 (0)