uloop-get-version · git:20260531.67b6270 · 2026-05-31 · sha256 aaa5f05ddc75893d
uloop-get-version git:20260531.67b6270A
Immutable. This exact content is served forever at /api/v1/blob/aaa5f05ddc75893d.
--- 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 ## Notes This is a sample custom tool demonstrating how to create Unity CLI Loop tools.