AchievementsAi
6 tools in this family (folder Editor/Tools/AchievementsAi/ 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 |
|---|---|---|
achievement_create_definition_assets | writes | Create one AchievementDefinition ScriptableObject .asset per entry under |
achievement_export_apple_game_center_plist | writes | Export the spec as an Apple Game Center .plist. Suitable for App Store Connect's |
achievement_export_pcstore_format | writes | Export the spec as a Steamworks Partner achievements.vdf file. Drop the result into |
achievement_generate_code | writes | Emit AchievementDefinition.cs, AchievementTracker.cs, AchievementPopup.cs and |
achievement_propose_from_prompt | read-only | Build an AchievementSpec skeleton from a natural-language brief. Returns a draft |
achievement_validate_spec | read-only | Validate an AchievementSpec. Returns { ok, errors[] }. Always run this before |