Quick Start

Command Pocket has two windows. Understanding how they behave is the key to a smooth workflow.

ShortcutAction
Ctrl + SpaceOpen Quick Search, a small search-only popup
Ctrl + Shift + SpaceOpen the Workspace, the full window with all tabs

Both are also available from the menu: Tools → CommandPocket → Open.

Your first search

  1. Press Ctrl + Space.
  2. Type material. All materials in your project appear.
  3. Use / to navigate and Enter to select and focus the asset.

A single leading symbol switches the palette into a focused mode. The prefix chips in the search bar are clickable too; see Command Syntax for all five modes.

Quick Search

A small, borderless, screen-centered launcher: search, results and footer only.

  • Auto-closes when it loses focus or after executing an action. This is by design; it is built for open → execute → close.
  • Click Pin to keep it open.
  • It closes on script recompile; just press the shortcut again.

Workspace

The full window with Command, Pocket, Notes, Colors and the Quick Actions bar. It has two modes, switched with the float/dock toggle next to the Pin button:

ModeDescriptionWhen to use
DockedA regular Unity EditorWindow: dock it anywhere in your layout, it persists like any other panelPermanent workflow, single monitor
FloatingA frameless window with no OS title bar and no Unity tab. Drag it by its grip, resize from any edge; position and size are rememberedQuick sessions, multi-monitor, minimal chrome
The full workspace

Auto-close and the Pin button

This is not a bug! Auto-close is intentional: open → execute → close → continue working. It minimizes screen clutter and is optimized for a keyboard-driven workflow.

StateBehaviorWhen to use
UnpinnedAuto-closes after executing or losing focusQuick searches, fast workflow
PinnedStays open until you close itBrowsing, organizing, learning

Common questions

  • "It keeps closing!" Normal auto-close behavior. Pin it or dock it.
  • "It disappeared after a recompile!" Quick Search and the Floating Workspace close on domain reload. Re-open with the shortcut, or use the Docked Workspace.
  • "Esc doesn't close it!" The window is pinned. Unpin it first; Esc works when the cursor is in the search field.

Next: get to know the interface.