Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naichilab authored Dec 17, 2017
1 parent 8213479 commit c79738c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ Unity WebGLにオンラインランキング機能を実装するサンプル。

ゲームジャムでの利用を想定しており、極力コーディングなしでシンプルに使えるようにしてあります。

> WebGL以外でも動くと思います。
# デモ

https://unityroom.com/games/unityroom-ranking-sample/webgl

# 注意

バックエンドおよびクライアント側のコアライブラリとして下記を使用しています
バックエンドとしてNCMBを利用しています

https://github.com/divide-by-zero/GSSA
http://mb.cloud.nifty.com/doc/current/introduction/quickstart_unity.html

* バージョンの差異等によりうまく動かなくなる可能性があります。
* 不具合を見つけた場合は[@naichilab](https://twitter.com/naichilab)までお知らせください。
Expand All @@ -22,3 +24,17 @@ https://github.com/divide-by-zero/GSSA
下記ブログを参照ください。
http://blog.naichilab.com/entry/webgl-simple-ranking

# 謝辞

* [NCMB](http://mb.cloud.nifty.com/)さん
* [@divideby_zero](https://twitter.com/divideby_zero)さん

大変助かりました。ありがとうございます。

# その他

* 日々Unityや各種ライブラリが更新されていくため、突然動かなくなる場合があります。
* 検証仕切れないため、もし不具合を見つけた場合はご連絡・もしくはIssue作成お願いします。
* さらに修正対応も可能であれば、PullRequest送っていただけると大変助かります。

それではゲーム作りを楽しみましょう〜

0 comments on commit c79738c

Please sign in to comment.