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

uloop-get-project-info

通过uloop CLI获取Unity项目信息。当您需要检查项目设置、Unity版本、平台或其他项目元数据时使用。

person作者: jakexiaohubgithub

uloop get-project-info

Get detailed Unity project information.

Usage

uloop get-project-info

Parameters

None.

Output

Returns JSON with:

  • ProjectName: Application product name
  • CompanyName: Company name
  • Version: Application version
  • UnityVersion: Unity Editor version
  • Platform: Current platform
  • DataPath: Assets folder path
  • IsEditor: Whether running in editor
  • IsPlaying: Whether in play mode
  • DeviceType: Device type
  • OperatingSystem: OS information
  • ProcessorType: CPU type
  • SystemMemorySize: RAM size in MB
  • GraphicsDeviceName: GPU name

Notes

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