- Current Version: 2.0: 2025-04-27T08:35:12Z
- First Published: 2022-09-20T17:02:14Z
- Size: 619024
- Supported Unity Versions: 2021.3.6
Startup Manager 2 - Plug & Play Persistent Game Systems
Skip the init scene. Speed up development.
Traditionally, persistent systems are placed in an init scene. This works fine in builds, but during development, you constantly have to open that scene before testing - slowing you down. Startup Manager eliminates that friction and makes it easy to set up and initialize persistent game systems without needing a separate init scene, so you can test any scene instantly.
No matter which scene you start from, your systems are automatically instantiated and marked as DontDestroyOnLoad - even during Play Mode in development.
🚀 New in Version 2
We've reworked the system to be more modular, extendable, and powerful with Startup Profiles. Create different startup setups for prototyping, debugging, or release builds - and switch between them easily. You can even extend the system with your own custom profiles.
✨ Features
- Auto-initialize persistent objects without an init scene
- Create and switch between different Startup Profiles
- Extend the system with your own custom profiles
- Speed up scene testing and iteration
- Clean, easy-to-use interface
- Full source code included
- Get started in minutes with our Quick start guide
⚙️ How It Works
Define your startup prefabs once, add them to the startup profile and Startup Manager automatically spawns them and sets them to DontDestroyOnLoad before before your first scene loads - no matter which scene you start from.
🔥 Bundle Option
Startup Manager 2 is also included in our Ultimate Asset Bundle, featuring all current and future assets at a discounted price.
Add to cart