unity-bookmark

Pass

Scene view bookmarks. Use when users want to save, recall, or manage camera positions in the editor. Triggers: bookmark, save view, goto, camera position, viewpoint, 书签, 视角, 保存视图.

@Besty0728
MIT2/19/2026
(0)
137stars
0downloads
2views

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install Besty0728/Unity-Skills/unity-bookmark

Install in current project:

npx skillhub install Besty0728/Unity-Skills/unity-bookmark --project

Suggested path: ~/.claude/skills/unity-bookmark/

SKILL.md Content

---
name: unity-bookmark
description: "Scene view bookmarks. Use when users want to save, recall, or manage camera positions in the editor. Triggers: bookmark, save view, goto, camera position, viewpoint, 书签, 视角, 保存视图."
---

# Bookmark Skills

Save and recall Scene View camera positions.

## Skills

### `bookmark_set`
Save current Scene View camera position as a bookmark.
**Parameters:**
- `name` (string): Bookmark name.

### `bookmark_goto`
Move Scene View camera to a saved bookmark.
**Parameters:**
- `name` (string): Bookmark name.

### `bookmark_list`
List all saved bookmarks.
**Parameters:** None.

### `bookmark_delete`
Delete a saved bookmark.
**Parameters:**
- `name` (string): Bookmark name.