What problem does it solve? Navigating back to specific camera angles in the Unity Scene View is repetitive and imprecise when done manually. This Skill lets you save the current Scene View camera pivot, rotation, and size together with the current selection under a name, then jump back to that exact viewpoint later. ## Core Features & Use Cases - Save Bookmarks: Store the current Scene View camera position and selection under a custom name with bookmark_set. - Restore Viewpoints: Instantly move the Scene View camera back to any saved bookmark with bookmark_goto. - Manage Bookmarks: List all saved bookmarks with bookmark_list or remove one with bookmark_delete. - Use Case: While reviewing a large level, save bookmarks for key areas like "spawn_point" or "boss_arena", then jump between them during inspection instead of manually flying the camera each time. ## Quick Start Save the current Scene View camera angle as a bookmark named "overview" so I can jump back to it later.