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 508f9b9 commit 3911708Copy full SHA for 3911708
README.md
@@ -5,6 +5,7 @@ A simple, zero-dependency WebSocket server for Unity.
5
First import the package and set up the scene:
6
* Download the UnityPackage from the [Releases page](https://github.com/shaunabanana/unity-websocket-server/releases). Import.
7
* Create an empty GameObject, assign the script `WebSocketServer.cs`.
8
+ * Alternatively, if you're using inheritance, assign your own script.
9
* Input the IP and port of the server.
10
11
### In Inspector GUI
0 commit comments