Unityroom Godot Ranking's icon

Unityroom Godot Ranking v1.0 Tools 4.6 Community

Submitted by user seisei0809; MIT; 2026-09-06

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()を呼び出すだけです。


View files Download Submit an issue Recent Edits