Skip to main content

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.

ToolEffectDescription
bookmark_add_current_selectionwritesBookmark Selection.activeObject. Auto-detects whether the selection is a project asset or a
bookmark_add_playmode_positionwritesCapture the current SceneView camera pivot + rotation and bind it to a bookmark.
bookmark_add_scenewritesBookmark the currently active scene. Stores the scene asset path; jumping later reopens it
bookmark_jump_towritesJump to a bookmark by id. Asset → ping + select in Project; Scene → reopen in single-mode
bookmark_jump_to_hotkeywritesJump to the bookmark bound to hotkey index N (1..9). Equivalent to pressing Cmd+Alt+N
bookmark_listread-onlyList all bookmarks in this project. Sorted by last_accessed_at desc, then created_at desc.
bookmark_removewritesPermanently delete a bookmark by id. Persists immediately to bookmarks.json.
bookmark_searchread-onlyFilter bookmarks by case-insensitive substring match against 'label' or 'kind'.