What problem does it solve? When working with a Unity project through an AI assistant, you often need quick answers about the project's configuration—Unity version, render pipeline, installed packages, tags, layers, and build settings—without manually opening the editor. This Skill exposes read-only project queries plus tag creation and player builds through a unified REST interface. ## Core Features & Use Cases - Project Inspection: Query Unity version, render pipeline type, recommended shaders, Player Settings, and Build Settings with dedicated read-only skills. - Package & Asset Listing: List installed UPM packages and filter available shaders by name. - Tag & Layer Management: Read all tags and layers, and add custom tags via project_add_tag. - Player Builds: Trigger asynchronous player builds with build_player and poll job status for the BuildReport summary. - Use Case: Ask the assistant to check which render pipeline your project uses and which UPM packages are installed before deciding whether to migrate shaders or update dependencies. ## Quick Start Ask the assistant to show the current Unity version, render pipeline, and installed packages for this project.