Unity 의 WebGL 빌드에서 네트워킹
링크 - https://docs.unity3d.com/Manual/webgl-networking.html Unity - Manual: WebGL Networking WebGL Networking No direct socket access Due to security implications, JavaScript code does not have direct access to IP Sockets to implement network connectivity. As a result, the .NET networkingThe Unity system that enables multiplayer gaming across a co docs.unity3d.com 일단 WWW 으로 통신하면 됩니다. 보안 제한 때문에 웹 ..