Skip to content

Commit

Permalink
readme supprot package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
psygames committed Sep 4, 2023
1 parent ce7cf5b commit 674f6c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@

### **安装方法**

-[Releases](https://github.com/psygames/UnityWebSocket/releases) 页面中,下载最新版本的 `UnityWebSocket.unitypackage` 安装包,然后导入到您的项目中。
- **通过 Unity Package 安装**

[Releases](https://github.com/psygames/UnityWebSocket/releases) 页面中,下载最新版本的 `UnityWebSocket.unitypackage` 安装包,然后导入到您的项目中。

- **通过 Package Manager 安装**

在 Unity 菜单栏中打开 `Window/Package Manager`,点击左上角 `+` 号,选择 `Add package from git URL...` ,输入 `https://github.com/psygames/UnityWebSocket.git#upm` 并确认。

### **使用方法**

Expand Down

0 comments on commit 674f6c7

Please sign in to comment.