addressables-design
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Manage Scene View bookmarks and saved viewpoints
$ npx -y skills add Besty0728/Unity-Skills --skill bookmark --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/bookmarkContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage Scene View bookmarks and saved viewpoints
name: unity-bookmark description: Manage Scene View bookmarks and saved viewpoints
> **Before calling any skill in this module:** if you are about to call a skill with parameters guessed from its name or description, STOP — read this file (or fetch its schema via `GET /skills/recommend?includeSchema=true`) first. If you already have the parameter definitions from recommend/schema, you may proceed straight to dryRun.
Save and recall Scene View camera positions.
**Operating Mode** (v1.9 three-tier):
**DO NOT** (common hallucinations):
**Routing**:
Save current selection and scene view position as a bookmark.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | bookmarkName | string | Yes | - | Bookmark name | | note | string | No | null | Optional note for the bookmark |
**Returns:** `{ success, bookmark, selectedCount, hasSceneView, note }`
Restore selection and scene view from a bookmark.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | bookmarkName | string | Yes | - | Bookmark name |
**Returns:** `{ success, bookmark, restoredSelection, note }`
List all saved bookmarks.
No parameters.
**Returns:** `{ success, count, bookmarks: [{ name, selectedCount, hasSceneView, note, createdAt }] }`
Delete a bookmark.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | bookmarkName | string | Yes | - | Bookmark name |
**Returns:** `{ success, deleted }`
Exact names, parameters, defaults, and returns are defined by `GET /skills/schema` or `unity_skills.get_skill_schema()`, not by this file.
REST API-based AI-driven Unity Editor Automation Engine Let AI control Unity scenes directly through Skills 🎉 We are now indexed by DeepWiki! Got questions? Check out the AI-generated docs → The current official maintenance baseline is Unity 2022.3+.
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based)