Claude Code Plugins

Community-maintained marketplace

Feedback

uloop-get-version

@hatayama/uLoopMCP
104
0

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.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

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