返回 Skill 列表
extension
分类: 开发与工程无需 API Key

uloop-get-version

通过uloop CLI获取Unity和项目信息。当您需要验证Unity版本、检查项目设置(ProductName, CompanyName, Version)或解决环境问题时使用。

person作者: jakexiaohubgithub

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.