uloop-get-project-info

Retrieves Unity project metadata as structured JSON via uloop CLI.

500|44|Updated Jun 15, 2025
One-click install
npx skills add https://github.com/hatayama/unity-cli-loop --skill uloop-get-project-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uloop-get-project-info
Source: https://github.com/hatayama/unity-cli-loop/tree/main/Packages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-project-info/Skill
Command: npx skills add https://github.com/hatayama/unity-cli-loop --skill uloop-get-project-info

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly surface Unity project configuration and environment details without manually opening the editor, hunting through project settings, or running multiple diagnostic steps; this saves time when diagnosing version mismatches, build failures, or CI configuration issues.

Core Features & Use Cases

  • Editor and Environment Inspection: Reports Unity Editor version and related environment metadata to confirm compatibility.
  • Project Settings Snapshot: Extracts project name, platform settings, and active build target for quick diagnostics.
  • CI and Debugging: Useful in continuous integration checks or when troubleshooting platform-specific build issues by providing structured project metadata in JSON.

Quick Start

Run uloop get-project-info in your Unity project repository to output JSON with Unity version, project name, platform settings, and build target.

Frequently Asked Questions about uloop-get-project-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Unity project settings and editor version without opening the editor?

You can check Unity project settings and editor version without opening the editor by running uloop get-project-info. This outputs structured JSON containing Unity version, project name, platform settings, and active build target.

What is the best way to retrieve Unity build target and platform settings for CI workflows?

Retrieving Unity build target and platform settings for CI workflows is best done using the uloop CLI. It outputs structured JSON with project metadata without requiring interactive input, making it ideal for continuous integration checks.

Can I get Unity project metadata as structured JSON for diagnostics?

Yes, you can get Unity project metadata as structured JSON for diagnostics. Running the uloop get-project-info command in your Unity project repository outputs JSON containing editor version, project name, and build configuration details.

Does the uloop CLI require any dependencies to inspect Unity project info?

No, the uloop CLI requires no dependencies to inspect Unity project info. You can run uloop get-project-info directly in your Unity project repository to quickly surface environment details and configuration for diagnostics.

Why do I need to inspect Unity project metadata for troubleshooting build failures?

Inspecting Unity project metadata is needed for troubleshooting build failures because it quickly surfaces version mismatches and platform-specific build issues. This saves time by avoiding manual hunts through project settings during debugging.