Agent skill

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.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/uloop-get-version

SKILL.md

uloop get-version

Get Unity version and project information.

Usage

bash
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.

Didn't find tool you were looking for?

Be as detailed as possible for better results