Get Unity and project information via uloop CLI. Use when you need to verify Unity version, check project settings (ProductName, CompanyName, Version), or troubleshoot environment issues.
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-a8e4d523)More formats (shields.io, HTML) on the badges page.
---
name: uloop-get-version
description: "Get Unity and project information via uloop CLI. Use when you need to verify Unity version, check project settings (ProductName, CompanyName, Version), or troubleshoot environment issues."
internal: true
---
# uloop get-version
Get Unity version and project information.
## Usage
```bash
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`: Unity CLI Loop package version
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!