Stop digging through menus.
Instantly find and run Unity Editor commands with a fast, keyboard-first command palette, favorites, and usage-based ranking.Fast Open Editor Tools is a focused, keyboard-first command palette for the Unity Editor.Open it with Ctrl+T on Windows or Linux, or Cmd+T on macOS, then type one or more words from a menu path. Navigate the results with the arrow keys and press Enter to run the selected command, without digging through nested menus.The tool searches commands from indexed Unity menu roots, including compatible custom commands registered with Unity’s [MenuItem] attribute. Multi-term search is case-insensitive, works regardless of word order, and highlights matching parts of each command path.Mark important commands as favorites and let successfully used commands rise to the top automatically. Favorites, usage counts, and menu-root preferences are stored separately for each project and local Editor user.The compact interface supports both keyboard and mouse workflows and automatically adapts to Unity’s light and dark themes.Indexed menu roots and the opening shortcut can be configured.No setup, works out of the box.Install the tool, open the command palette, and start searching.See full documentation.Search commands from all enabled Unity menu roots in real time without navigating nested menus.Keyboard-first workflowOpen the command palette with Ctrl+T on Windows or Linux, or Cmd+T on macOS. Use Up and Down to navigate, Enter to execute, and Escape to clear the query or close the window.Configurable shortcutThe shortcut is managed by Unity’s Shortcuts Manager and can be changed under Edit > Shortcuts without modifying the package.Multi-term token searchEnter multiple space-separated terms. Every term must appear somewhere in the full command path, but terms can appear in any order and use any letter case.Match highlightingMatching parts of command paths are highlighted for faster visual scanning.FavoritesMark frequently used or important commands as favorites. Favorites are placed ahead of non-favorite results and remain available between Editor sessions.Usage-based rankingSuccessfully executed commands are ranked by usage count, helping frequently used actions surface automatically.Deterministic result orderingResults are ordered by favorite status, successful usage count, and command path, producing consistent and predictable rankings.Configurable menu coverageChoose whether commands from CONTEXT, File, Help, Component, and Window roots appear in search results. All supported roots are enabled by default.Custom command supportCommands registered with Unity’s [MenuItem] attribute can appear when Unity includes them in its serialized menu index.Context-aware executionBefore running a command, the tool asks Unity whether it is currently enabled. Commands that are unavailable in the current Editor context remain visible, display a notification when selected, and do not change ranking.Safe mouse interactionLeft-click a command row to execute it or click its star to change favorite status. Favorite controls and right-click interactions do not accidentally run commands.Per-project user preferencesFavorites, successful usage counts, and menu-root choices are stored in UserSettings/FastOpenEditorToolsPreferences.asset for the current project and local Editor user.User-data resetClear favorites and usage counts from the command palette’s options menu. Menu-root preferences remain unchanged.Light and dark theme supportThe interface automatically adapts to Unity’s current Editor theme.Editor-only packageFast Open Editor Tools uses Unity Editor APIs and is isolated to an Editor-only assembly, so it does not add code to player builds.AI was used for best practices to maximize the performance of the asset and during the writing of the code to maintain the cleanliness of the created project.Cover images boosted with AI.




