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
| Method | Action |
|---|---|
| Keyboard (Windows/Linux) | Ctrl + Space |
| Keyboard (macOS) | Cmd + Space |
| Menu | Tools → BEE → Quick Search |
Search Categories
Quick Search finds items across multiple categories:
| Category | What It Searches | Example Query |
|---|---|---|
| GameObjects | All objects in current scene | "player", "main camera" |
| Assets | Scripts, prefabs, materials, textures, etc. | "playercontroller.cs" |
| Menu Items | Unity menu commands | "create empty", "build" |
| Settings | Project settings and preferences | "quality settings" |
Fuzzy Matching
The search algorithm supports fuzzy matching, meaning you don't need to type exact names:
| You Type | Finds |
|---|---|
| plycont | PlayerController |
| maincam | Main Camera |
| gamemgr | GameManager |
| bxcol | BoxCollider |
Using the Interface
- Type to search — Results filter in real-time as you type
- Arrow keys — Navigate up/down through results
- Enter — Select the highlighted result
- 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 Type | Action |
|---|---|
| GameObject | Selects and pings the object in Hierarchy |
| Asset | Opens or selects the asset in Project window |
| Menu Item | Executes the menu command |
| Scene | Opens 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.