Rabbit Quick Start is a Unity package that streamlines project startup using profiles, enabling flexible scene booting and custom initialization logic for quick editor testing, builds, and platforms.Online Documentation | DiscordNote: The toolbar only works in Unity 6.3 or newer!Starting a Unity project often involves ad-hoc boot scenes, conditional logic, or manual scene switching during development. Rabbit Quick Start replaces that with a structured and extensible startup flow.At the center of the package is the Quick Start Profile: a ScriptableObject that defines how your project initializes. Profiles can control which scene is loaded first (in the editor), apply startup logic, or configure runtime behavior. You can instantly switch profiles from a toolbar dropdown, allowing you to jump directly into gameplay scenes, testing setups, or platform-specific entry points.Rabbit Quick Start supports:Editor-only scene overrides for faster iteration (Using a new toolbar!)Platform-based profile selection for buildsCustom startup logic through extensible profile classesA clear separation between boot logic and gameplay codeThe result is a predictable and maintainable startup flow that scales with your project, from small prototypes to large productions!Unity Version:Compatible with Unity 6.3+Core Concept:Profile-driven startup using QuickStartProfileEditor Features:Toolbar profile selectorEditor-only scene selection for fast Play Mode entryRuntime Behavior:Profiles resolved via QuickStartProjectSettingsPlatform-specific profile mappingSafe defaults for builds (editor selection is ignored)Extensibility:Create custom profiles by inheriting from QuickStartProfilePass strongly-typed context data into profilesImplement custom startup logic without modifying core systemsSamples Included:Example profilesContext-based startup logicImportable via the Package ManagerNo Dependencies:Works with standard Unity APIsRabbit Quick Start is designed to stay out of your way while giving you explicit control over how and where your project begins!




