Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hecomi/unity-webgl-3d-chat
Unity5 WebGL x Socket.IO = Online 3D Chat on the web browser!
https://github.com/hecomi/unity-webgl-3d-chat
Last synced: 14 days ago
JSON representation
Unity5 WebGL x Socket.IO = Online 3D Chat on the web browser!
- Host: GitHub
- URL: https://github.com/hecomi/unity-webgl-3d-chat
- Owner: hecomi
- License: mit
- Created: 2014-12-24T08:40:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T08:41:41.000Z (almost 10 years ago)
- Last Synced: 2023-03-15T11:15:27.699Z (over 1 year ago)
- Language: JavaScript
- Size: 18.4 MB
- Stars: 44
- Watchers: 11
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unity WebGL 3D Chat
===================はじめに
--------
Unity5 の WebGL 出力されたゲームを Socket.IO で接続して複数人でプレイするための簡単なデモです。* Unity
* Unity のプロジェクト一式
* Web
* Unity から出力した WebGL をホストして Socket.IO で接続する Node.js サーバ
* 出力後のファイル(`Web/webgl-chat`)とサーバと接続するためのスクリプト(`Web/webgl-chat/client.js`)解説
----
* [Unity 5 x WebGL について詳しく調べてみた](http://tips.hecomi.com/entry/2014/12/08/002719)