Research existing unity command launchers
research existing unity command launchers¶
keystroke launchers / command pallettes¶
- ARCHIVED - Unity editor spotlight ARCHIVED
- browse assets & scenes
- dead 7y project, good example of tool browser
- Open Scenes
- Select gameobjects in the Scene
- Open Prefabs into a sandbox scene (requires PrefabSandbox)
- 💖Run commands (any method with
[MethodCommand]
attribute can be run)
- dead 7y https://github.com/appetizermonster/Unity3D-QuickSearch
- Search Assets
- Search GameObjects on Active Scenes
- 💖Execute Menu
- Support Asset Dragging
toolbars in unity¶
toolbars are more limited, since there’s limited space on the screen and require customization per user
samples:
- 6y sample toolbar, not generic Unity project-settings-toolbar
- 2y custom toolbar in unity. could use this to add a search bar for tools, assets, … https://github.com/marijnz/unity-toolbar-extender
- sample repo using this https://github.com/smkplus/CustomToolbar