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 877401f commit c9773bfCopy full SHA for c9773bf
README.md
@@ -1,2 +1,7 @@
1
# unity-websocket-server
2
A simple, zero-dependency WebSocket server for Unity.
3
+
4
+## Usage
5
+* Create an empty GameObject, assign the script `WebSocketServer.cs`.
6
+* Input the IP and port of the server.
7
+* Add callbacks to the `onMessage` UnityEvent.
0 commit comments