hatayama

uloop-get-project-info

@hatayama/uloop-get-project-info
hatayama
107
9 forks
Updated 1/6/2026
View on GitHub

Get Unity project information via uloop CLI. Use when you need to check project settings, Unity version, platform, or other project metadata.

Installation

$skills install @hatayama/uloop-get-project-info
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

PathAssets/Editor/CustomCommandSamples/GetProjectInfo/SKILL.md
Branchmain
Scoped Name@hatayama/uloop-get-project-info

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: uloop-get-project-info description: Get Unity project information via uloop CLI. Use when you need to check project settings, Unity version, platform, or other project metadata. internal: true

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.