We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7cf5b commit 674f6c7Copy full SHA for 674f6c7
README.md
@@ -14,8 +14,13 @@
14
15
### **安装方法**
16
17
- - 在 [Releases](https://github.com/psygames/UnityWebSocket/releases) 页面中,下载最新版本的 `UnityWebSocket.unitypackage` 安装包,然后导入到您的项目中。
+- **通过 Unity Package 安装**
18
19
+ 在 [Releases](https://github.com/psygames/UnityWebSocket/releases) 页面中,下载最新版本的 `UnityWebSocket.unitypackage` 安装包,然后导入到您的项目中。
20
+
21
+- **通过 Package Manager 安装**
22
23
+ 在 Unity 菜单栏中打开 `Window/Package Manager`,点击左上角 `+` 号,选择 `Add package from git URL...` ,输入 `https://github.com/psygames/UnityWebSocket.git#upm` 并确认。
24
25
### **使用方法**
26
0 commit comments