Agent skill

uloop-get-project-info

Get Unity project information via uloop CLI. Use when you need to: (1) Check Unity Editor version, (2) Get project settings and platform info, (3) Retrieve project metadata for diagnostics.

Stars 249
Forks 21

Install this agent skill to your Project

npx add-skill https://github.com/hatayama/unity-cli-loop/tree/main/Packages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-project-info/Skill

SKILL.md

uloop get-project-info

Get detailed Unity project information.

Usage

bash
uloop get-project-info

Parameters

None.

Examples

bash
# Get project info
uloop get-project-info

Output

Returns JSON with project information:

  • Unity version
  • Project name
  • Platform settings
  • Build target
  • Other project metadata

Didn't find tool you were looking for?

Be as detailed as possible for better results