Introduction
What is BEE Editor Tools?
BEE (Beautiful Editor Enhancements) Editor Tools is a comprehensive Unity Editor productivity package designed to streamline your development workflow. It provides tools for hierarchy organization, project navigation, performance monitoring, and visual customization—all running exclusively in the Unity Editor with zero runtime impact.
Note
BEE Tools runs exclusively in the Unity Editor and is never included in game builds. All code is in the
Editor folder and uses the #if UNITY_EDITOR directive.Key Features Overview
| Feature | Description |
|---|---|
| Quick Search | Spotlight-style universal search (Ctrl+Space) |
| Hierarchy Helper | Scene cleanup, batch operations, analysis |
| Hierarchy Visuals | Icons, importance dots, connection lines, colors |
| Project Folders | Custom folder colors and icons |
| Inspector Enhancements | Component navigator, selection tabs, quick values |
| Performance Monitor | Real-time FPS, memory, draw calls tracking |
| Canvas Smart Guides | UI alignment guides for RectTransform |
| Material Changer | Quick material swapping for 3D objects |
System Requirements
Unity Version
2020.3 LTS or newer
Unity 62022 LTS
Platforms
Windows, macOS, Linux
Works on any platform Unity Editor runs on
Runtime Dependencies
None
Editor-only, never included in builds