Comment on Why NASA Switched from Unity to Blend4WebComments−mschuster9111yHmm, about networking, could not WebSockets be used for client-server comms?−simonz0511yWebSockets work for Unity WebGL. Not sure if there is an official implementation, but we use it in a multi-player game. We specifically run Photon Game Server with WebGL and WebSockets.
Comments
Hmm, about networking, could not WebSockets be used for client-server comms?
WebSockets work for Unity WebGL. Not sure if there is an official implementation, but we use it in a multi-player game. We specifically run Photon Game Server with WebGL and WebSockets.