Quick Search

Overview

Quick Search provides instant access to GameObjects, assets, menu items, and settings through a Spotlight-style search interface. It uses fuzzy matching to find results even with partial or misspelled queries.

Tip
Quick Search is one of the most powerful features in BEE Tools. Use it constantly to navigate your project faster than ever.

How to Open

MethodAction
Keyboard (Windows/Linux)Ctrl + Space
Keyboard (macOS)Cmd + Space
MenuTools → BEE → Quick Search

Search Categories

Quick Search finds items across multiple categories:

CategoryWhat It SearchesExample Query
GameObjectsAll objects in current scene"player", "main camera"
AssetsScripts, prefabs, materials, textures, etc."playercontroller.cs"
Menu ItemsUnity menu commands"create empty", "build"
SettingsProject settings and preferences"quality settings"

Fuzzy Matching

The search algorithm supports fuzzy matching, meaning you don't need to type exact names:

You TypeFinds
plycontPlayerController
maincamMain Camera
gamemgrGameManager
bxcolBoxCollider

Using the Interface

  1. Type to search — Results filter in real-time as you type
  2. Arrow keys — Navigate up/down through results
  3. Enter — Select the highlighted result
  4. Escape — Close the search window
Keyboard Navigation
↑ / ↓     Navigate results
Enter     Select/Open item
Escape    Close search
Tab       Cycle categories (if available)

Result Actions

When you select a result, different actions are taken based on the result type:

Result TypeAction
GameObjectSelects and pings the object in Hierarchy
AssetOpens or selects the asset in Project window
Menu ItemExecutes the menu command
SceneOpens the scene

UI Versions

BEE Tools includes two versions of Quick Search:

Modern (Default)

Uses UIElements with glassmorphism styling. Recommended for most users.

Classic

Uses IMGUI. Accessible via Tools → BEE → Classic Versions.