What problem does it solve? Navigating back to specific camera angles and object selections in the Unity Editor Scene View is repetitive manual work, especially when iterating across multiple areas of a large scene. This Skill lets you save, list, restore, and delete named Scene View bookmarks programmatically. ## Core Features & Use Cases - Save viewpoints: bookmark_set captures the current Scene View camera position and object selection under a named bookmark, with an optional note. - Restore viewpoints: bookmark_goto jumps the Scene View camera and selection back to a saved bookmark. - Manage bookmarks: bookmark_list shows all saved bookmarks with metadata, and bookmark_delete removes one (restricted under Approval mode). - Use Case: While reviewing a large level, save bookmarks for each area of interest (e.g., "spawn-point", "boss-arena"), then instantly jump between them during inspection instead of manually flying the camera. ## Quick Start Ask the AI to save the current Scene View camera position as a bookmark named "overview" using the unity bookmark skill.