Unity editor extension to bookmark and quickly return to preset scene camera positions.
Scene View Bookmarks is a Unity editor extension that allows developers to save preset camera positions in the Scene view and quickly return to them. It solves the problem of tedious manual camera repositioning when working with complex 3D scenes, improving navigation efficiency during development.
Unity developers, especially those working on 3D projects like games, simulations, or architectural visualizations, who frequently need to navigate between specific scene views.
It provides a lightweight, integrated solution for camera bookmarking directly within Unity's editor, offering multiple access methods (keyboard shortcuts, overlays, search) for flexibility and speed, inspired by similar features in Unreal Engine.
Unity editor extension to bookmark scene views.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Enables saving and recalling bookmarks with intuitive Alt+Num and Shift+Num combinations, drastically reducing navigation time in complex scenes, as highlighted in the README's usage section.
Supports multiple interfaces including menus, scene overlays (2021.2+), and Unity Search with the 'svb:' filter, catering to various workflow preferences for seamless integration.
Installs as a UPM package with minimal setup, integrating directly into Unity's Scene window and Search without bloating the editor, as shown in the installation instructions.
Includes a 'Return to Previous View' feature that acts as an undo, allowing easy reversion after bookmark recall, enhancing usability with shortcut Shift+0.
Lacks a dedicated GUI for organizing or editing bookmarks, relying on less visual methods like shortcuts and search, which can be cumbersome for bulk management or visual learners.
Scene overlay integration is only available in Unity 2021.2 and later, meaning users on older versions miss out on key accessibility improvements, as noted in the requirements.
Bookmarks are stored locally per-user without built-in sharing or synchronization, making it unsuitable for teams that need consistent camera positions across members, a common need in collaborative projects.