A fast, context-aware, and extensible popup menu for spawning GameObjects directly in the Unity Scene View.
We realized how much time was lost to the standard Unity workflow: creating an object in the Hierarchy, adding components, and then manually moving it into position on the map. We wanted a seamless, uninterrupted creative flow. We built this tool to provide instant, hotkey-driven object spawning with smart raycast positioning and full keyboard navigation.
- Open Unity and go to Window > Package Manager.
- Click the + button and select Add package from git URL....
- Paste the following URL:
https://github.com/loyal-studio/LOYAL-Spawn-Menu-Unity.git - Click Add.
- Open the Menu: Hover your mouse anywhere in the Scene View and press
Shift + A. - Navigation & Search: * Start typing to instantly filter primitives, lights, and components.
- Navigate the menu fully via keyboard using
Up/Down Arrowsand hitEnterto spawn. - Use
Escapeto clear your search, go back a folder, or close the menu entirely.
- Navigate the menu fully via keyboard using
- Add Custom Providers: You can easily add your own game-specific prefabs or tools to the menu without modifying the core package. Just create a class that implements the
ISpawnProviderinterface, and the tool will automatically register it using Unity'sTypeCache.
- Unity: 2021.3 or newer (utilizes
UnityEditor.TypeCacheandShortcutManagement).
This project is licensed under the MIT License - see the LICENSE file for details.