Retrieves and filters available Unity Editor menu commands to enable automated engine workflows and programmatic execution.
The uloop-get-menu-items skill allows developers and AI agents to explore the Unity Editor's menu structure programmatically through the uLoop CLI. By scanning for specific menu paths and metadata, users can identify the exact commands needed for automation, debugging, or custom tooling workflows within the Unity environment. It provides essential visibility into both built-in and custom menu items, supporting precise filtering and validation to ensure reliable execution of editor tasks via the AI autopilot.
Key Features
01Advanced filtering by text with support for contains, exact, and startswith matches
02Optional metadata retrieval for menu item validation functions
03Discover built-in and custom Unity Editor menu commands
04Configurable result limits to efficiently handle large Unity projects
05JSON output format for seamless programmatic parsing and tool chaining
06107 GitHub stars
Use Cases
01Auditing available menu commands in complex Unity projects with numerous third-party packages
02Identifying the exact path for a specific Unity menu item before automating a workflow
03Preparing command sequences for programmatic execution via the uloop-execute-menu-item skill