Quick Actions
The Quick Actions bar provides instant one-click access to your most frequently used assets and creation commands. It sits below the search bar in the Workspace.
Two zones
| Zone | Purpose | Click behavior | Use cases |
|---|---|---|---|
| Left (Access) | Quick access | Pings, focuses or opens the item | Favorite scripts, main scenes, character prefabs |
| Right (Create) | One-click creation | Executes the creation command | +material, +empty, +ui/button |
Adding items
- From search results: search, then drag the result onto a zone.
- From Pocket: drag any Pocket item onto the bar.
- Creation commands: type
+material, drag the result to the right zone, and click to create instantly from then on.
While dragging, the target zone highlights: blue (left) or green (right) for a valid drop, red for the wrong zone.
Labels and context menu
Items show icons only by default. Right-click an item to toggle its label or remove it; right-click empty zone space to show or hide all labels, or clear the zone.
Bar height and collapse
Drag the bar's bottom handle to resize it; drag it all the way up, or use the toggle, to collapse the bar into a slim strip that expands again on click. If a zone overflows, it scrolls horizontally with the mouse wheel and auto-scrolls while dragging near an edge.
Example setups
- Level designer - Left: main scene, lighting settings, terrain, player prefab. Right:
+empty+cube+light/point. - UI designer - Left: UI sprites, fonts, main menu. Right:
+ui/button+ui/text+ui/image+ui/panel. - Programmer - Left: PlayerController, GameManager, test scene. Right:
+c# script+empty+material.