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.
$ 安裝
git clone https://github.com/hatayama/uLoopMCP /tmp/uLoopMCP && cp -r /tmp/uLoopMCP/Packages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-version ~/.claude/skills/uLoopMCP// tip: Run this command in your terminal to install the skill
SKILL.md
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. internal: true
uloop get-version
Get Unity version and project information.
Usage
uloop get-version
Parameters
None.
Output
Returns JSON with:
UnityVersion: Unity Editor versionPlatform: Current platformDataPath: Assets folder pathPersistentDataPath: Persistent data pathTemporaryCachePath: Temporary cache pathIsEditor: Whether running in editorProductName: Application product nameCompanyName: Company nameVersion: Application versionVer: uLoopMCP package version
Notes
This is a sample custom tool demonstrating how to create MCP tools.
Repository

hatayama
Author
hatayama/uLoopMCP/Packages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-version
105
Stars
8
Forks
Updated5d ago
Added1w ago