Get Unity project information via uloop CLI. Use when you need to check project settings, Unity version, platform, or other project metadata.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill 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 nameCompanyName: Company nameVersion: Application versionUnityVersion: Unity Editor versionPlatform: Current platformDataPath: Assets folder pathIsEditor: Whether running in editorIsPlaying: Whether in play modeDeviceType: Device typeOperatingSystem: OS informationProcessorType: CPU typeSystemMemorySize: RAM size in MBGraphicsDeviceName: GPU name
Notes
This is a sample custom tool demonstrating how to create MCP tools.
More by hatayama
View allGet Unity Search provider details via uloop CLI. Use when you need to: (1) Discover available search providers, (2) Understand search capabilities and filters, (3) Configure searches with specific provider options.
Execute Unity Test Runner via uloop CLI. Use when you need to: (1) Run unit tests (EditMode tests), (2) Run integration tests (PlayMode tests), (3) Verify code changes don't break existing functionality.
Sample hello world tool via uloop CLI. Use when you need to test the MCP tool system or see an example of custom tool implementation.
Execute Unity MenuItem via uloop CLI. Use when you need to: (1) Trigger menu commands programmatically, (2) Automate editor actions (save, build, refresh), (3) Run custom menu items defined in scripts.