LeaderboardAi
7 tools in this family (folder Editor/Tools/LeaderboardAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
leaderboard_create_definition_assets | writes | Create one LeaderboardDefinition ScriptableObject .asset per entry under |
leaderboard_export_pcstore_format | writes | Export the spec as a Steamworks Partner leaderboards.vdf file. Drop the result into |
leaderboard_generate_code | writes | Emit LeaderboardDefinition.cs, LeaderboardManager.cs, LeaderboardLocalCache.cs and one |
leaderboard_propose_from_prompt | read-only | Build a LeaderboardSpec skeleton from a natural-language brief. Returns a draft spec |
leaderboard_query_local_top_n | read-only | Read the offline leaderboard cache and return the local player's stored entry plus |
leaderboard_submit_test_score | writes | Editor-only smoke test that records a score against the local cache without touching |
leaderboard_validate_spec | read-only | Validate a LeaderboardSpec. Returns { ok, errors[] }. Always run this before |