Unity WebGL multiplayer game with WebSocket (Node.js server & Unity WebGL client)
Channel:
Subscribers:
450
Published on ● Video Link: https://www.youtube.com/watch?v=9gf5SgAAAGM
A demonstration of my implementation that makes Unity built with WebGL work perfectly with WebSocket. Originally Websocket implementations (WebSocketSharp) don't work directly in WebGL build, so I made a communication "bridge" between Unity and javascript that works with websocket.
Interaction with browser scripting:
https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html
Other Videos By Breno Campos
Tags:
UNITY
C#
JAVASCRIPT
DEV
SERVER
NODE
NODEJS
WEBSOCKET
WEBGL