Skip to content

Commit 526d10f

Browse files
committed
Update README with package 2.3.1+251003
1 parent 603abeb commit 526d10f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Pusher Channels Unity Client Library
22

3+
34
This library packages [the official WebSocket .NET SDK for Pusher Channels](https://github.com/pusher/pusher-websocket-dotnet) as a `.unitypackage` and an `UPM package` to make it easier to use in [Unity](https://unity.com/) projects. For API documentation, see [the pusher-websocket-dotnet README](https://github.com/pusher/pusher-websocket-dotnet).
45

56
## Repository Structure
@@ -22,10 +23,10 @@ This library packages [the official WebSocket .NET SDK for Pusher Channels](http
2223

2324
### 2 Install
2425
#### 2.1 Install it via unitypackage
25-
2.1.1 - Download the latest `PusherWebsocketUnity-2.3.1.unitypackage` from [releases](/../../releases)<br>
26+
2.1.1 - Download the latest `PusherWebsocketUnity-2.3.1+251003.unitypackage` from [releases](/../../releases)<br>
2627
2.1.2 - Open a new/existing Unity project and make sure it is being opened by a [supported version of Unity](#unity-versions-support)<br>
2728
2.1.3 - [if your Unity version is **2018.x.x**] Make sure that under `Edit -> Project Settings -> Player` the `Configuration -> Scripting Runtime Version` is set to **.NET 4.x Equivalent**.<br>
28-
2.1.4 - Click on `Assets -> Import Package -> Custom Package...`, find and select the `PusherWebsocketUnity-2.3.1.unitypackage` and click *Import* on the `Import Unity Package` window.<br>
29+
2.1.4 - Click on `Assets -> Import Package -> Custom Package...`, find and select the `PusherWebsocketUnity-2.3.1+251003.unitypackage` and click *Import* on the `Import Unity Package` window.<br>
2930

3031
#### 2.2 Install it via Unity Package Manager (UPM)
3132
**WARNING** this method works only if your version of Unity is **2018.3.x or greater**, if you don't satisfy that, use the [unitypackage](#2-install) method.<br>
@@ -35,7 +36,7 @@ This library packages [the official WebSocket .NET SDK for Pusher Channels](http
3536
{
3637
"dependencies": {
3738
...
38-
"com.pusher.pusherwebsocketunity": "https://github.com/pusher/pusher-websocket-unity.git#2.3.1"
39+
"com.pusher.pusherwebsocketunity": "https://github.com/pusher/pusher-websocket-unity.git#2.3.1+251003"
3940
}
4041
}
4142
```
@@ -72,7 +73,7 @@ From:
7273
```
7374
To:
7475
```json
75-
"com.pusher.pusherwebsocketunity": "https://github.com/pusher/pusher-websocket-unity.git#2.3.1"
76+
"com.pusher.pusherwebsocketunity": "https://github.com/pusher/pusher-websocket-unity.git#2.3.1+251003"
7677
```
7778

7879
## Unity Platforms Support

0 commit comments

Comments
 (0)