Lists and filters Unity Editor menu items to streamline command discovery and automation workflows within the Unity environment.
The uloop-get-menu-items skill provides a programmatic way to discover and inspect the full hierarchical menu structure of the Unity Editor. By allowing users to filter by text and type, it simplifies the process of finding specific command paths required for automation tasks. This skill is particularly useful for developers building complex CI/CD pipelines or AI-driven workflows, as it enables the dynamic identification of available menu actions, including custom items added by third-party packages or internal scripts, ensuring you have the correct paths for programmatic execution.
Key Features
01Optional inclusion of validation functions to check menu item availability
02Advanced filtering by text with contains, exact, and startswith modes
03Configurable result limits to manage large project menu sets
04Full retrieval of Unity Editor menu items and hierarchical paths
05Standardized JSON output for seamless integration with automation scripts
06117 GitHub stars
Use Cases
01Mapping out available Unity commands for automated test scripts and AI agents
02Locating the exact path of nested menu items for programmatic execution via uLoop
03Auditing custom plugin menu items to verify correct registration and pathing