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 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
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`: uLoopMCP package version
## Notes
This is a sample custom tool demonstrating how to create MCP tools.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.