Description
Changelog
Reviews (0)
A simple unofficial community addon for sending scores from Godot games to the Unityroom Ranking API.
Features:
- Send scores with a single line of GDScript.
- Optional await support for receiving results.
- Automatic queueing for repeated submissions to the same scoreboard.
- Independent submissions to different scoreboards.
- HMAC authentication support.
- Designed for Godot Web exports.
Setup is simple: add the UnityroomRankingClient scene to your project, enter your Unityroom HMAC key in the Inspector, and call send_score().
Godot製ゲームからUnityroomのランキングAPIへスコアを送信するための、シンプルな非公式コミュニティアドオンです。
主な機能:
- GDScript 1行でスコアを送信できます。
- 必要な場合のみ await を使用して送信完了や結果を取得できます。
- 同じランキングへの連続送信は自動的にキューへ追加され、順番に送信されます。
- 異なるランキングへの送信はそれぞれ独立して処理されます。
- UnityroomのHMAC認証に対応しています。
- GodotのWeb書き出し向けに作られています。
セットアップは簡単です。UnityroomRankingClientシーンをプロジェクトへ追加し、インスペクターにUnityroomのHMAC認証用キーを設定した後、send_score()を呼び出すだけです。
Changelog for version v1.0
No changelog provided for this version.