Get Unity project information via uloop CLI. Use when you need to check project settings, Unity version, platform, or other project metadata.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add hatayama/unity-cli-loop --skill Skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hatayama-skill)More formats (shields.io, HTML) on the badges page.
---
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
```bash
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 Unity CLI Loop tools.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!