BookmarkManager
8 tools in this family (folder Editor/Tools/BookmarkManager/ 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 |
|---|---|---|
bookmark_add_current_selection | writes | Bookmark Selection.activeObject. Auto-detects whether the selection is a project asset or a |
bookmark_add_playmode_position | writes | Capture the current SceneView camera pivot + rotation and bind it to a bookmark. |
bookmark_add_scene | writes | Bookmark the currently active scene. Stores the scene asset path; jumping later reopens it |
bookmark_jump_to | writes | Jump to a bookmark by id. Asset → ping + select in Project; Scene → reopen in single-mode |
bookmark_jump_to_hotkey | writes | Jump to the bookmark bound to hotkey index N (1..9). Equivalent to pressing Cmd+Alt+N |
bookmark_list | read-only | List all bookmarks in this project. Sorted by last_accessed_at desc, then created_at desc. |
bookmark_remove | writes | Permanently delete a bookmark by id. Persists immediately to bookmarks.json. |
bookmark_search | read-only | Filter bookmarks by case-insensitive substring match against 'label' or 'kind'. |