
Supercharge your Unity Editor: jump between favorite or build scenes, audit every GameObject change, and maintain a clear edit history—no setup required.Scene Switcher Pro Plus is an Editor extension that supercharges your Unity workflow by combining lightning-fast scene navigation with a robust change-logging system. Whether you’re iterating on multiple levels or auditing modifications across complex hierarchies, Scene Switcher Pro Plus puts you in control.Key FeaturesQuick Scene SwitchingToolbar dropdown for all build scenes or your entire project hierarchyMark favorite scenes with a single click for instant accessToggle between favorites, build-included, or all scenes with dedicated toolbar buttonsSearch and filter scene list on the flyChange Logger & TrackerAdds a Changes button to the Editor toolbar to summon a comprehensive history windowAutomatically records creation, deletion, renaming, movement, scaling, activation, and component changesView timestamps and detailed metadata for every GameObject modificationFull scene snapshot on load or assembly reload ensures accuracySeamless IntegrationNo additional setup—simply import the SceneSwitcherProPlus packageCompatible with Unity 2019.4 LTS and aboveLightweight: minimal performance overhead in Edit modeWhy You Need ItSpeed Up Iteration: Jump between scenes without hunting through your Project window or Build Settings.Track Your Changes: Maintain an audit trail of scene edits to share with teammates or to debug complex setups.Keep Your Workflow Focused: Favorite your most-used scenes and toggle contexts with a single click.What’s IncludedSceneSwitcherProPlus.cs — Editor-initialized class for toolbar-based scene selection and favoritesToolbarChangeLoggerButton.cs — Adds the “Changes” button to your toolbarSceneChangeTracker.cs — Core tracking logic for scene change eventsSample usage scripts (optional)Supported PlatformsWindows, macOS, Linux EditorCompatibilityUnity 2019.4 LTS, 2020.x, 2021.x, 2022.x, 2023.x, and laterInstallation & UsageDownload and import the SceneSwitcherProPlus.unitypackage into your project.Open any scene—Scene Switcher Pro Plus automatically appears in the toolbar.Click the F button to filter your favorites, A to view all scenes, or type in the search box to quickly locate a scene.Use the Changes button (right side) to open the Change History window and review all edits.Editor Scripting: C# scripts using InitializeOnLoad, EditorApplication, and UIElements for toolbar integration.Scene Discovery: Recursively scans Assets for .unity files; filters build-enabled and favorite scenes via EditorBuildSettings and EditorPrefs.Change Tracking: Uses AssemblyReloadEvents, hierarchyChanged, update loops with frame-based checks to log create/destroy/rename/move/scale/component events.Data Storage: In-memory caching of GameObject state (positions, scales, active states, component lists); persists favorites in EditorPrefs.Compatibility: Unity 2019.4 LTS+; supports both .NET 4.x and Mono backends; no external dependencies.Performance: Lightweight in Edit mode; only small frame checks for change detection; negligible impact on play mode.