Agent Skills: uloop get-version

Get Unity and project information via uloop CLI. Use when you need to verify Unity version, check project settings (ProductName, CompanyName, Version), or troubleshoot environment issues.

UncategorizedID: hatayama/uLoopMCP/uloop-get-version

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hatayama/uLoopMCP/tree/HEAD/Packages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-version

Skill Files

Browse the full folder contents for uloop-get-version.

Download Skill

Loading file tree…

Packages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-version/SKILL.md

Skill Metadata

Name
uloop-get-version
Description
"Get Unity and project information via uloop CLI. Use when you need to verify Unity version, check project settings (ProductName, CompanyName, Version), or troubleshoot environment issues."

uloop get-version

Get Unity version and project information.

Usage

uloop get-version

Parameters

None.

Output

Returns JSON with:

  • UnityVersion: Unity Editor version
  • Platform: Current platform
  • DataPath: Assets folder path
  • PersistentDataPath: Persistent data path
  • TemporaryCachePath: Temporary cache path
  • IsEditor: Whether running in editor
  • ProductName: Application product name
  • CompanyName: Company name
  • Version: Application version
  • Ver: uLoopMCP package version

Notes

This is a sample custom tool demonstrating how to create MCP tools.