heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
411 stars 75 forks source link

Adding scene for testing WebGL with remote connection #82

Closed humbertodias closed 4 years ago

humbertodias commented 4 years ago

Server

git clone https://github.com/heroiclabs/nakama
cd nakama
docker-compose up

Client

  1. git clone https://github.com/humbertodias/nakama-unity
  2. Open the project and export it to WebGL
  3. cd $EXPORT_DIR
  4. python3 -m http.server
  5. open http://localhost:8000 Screen Shot 2019-12-04 at 00 12 15
novabyte commented 4 years ago

Nice one @humbertodias. Thanks for the pull request! 👍