uloop-get-project-info · git:20260622.7b7ead4 · 2026-06-22 · sha256 9f3885d00bed8311
uloop-get-project-info git:20260622.7b7ead4A
Immutable. This exact content is served forever at /api/v1/blob/9f3885d00bed8311.
--- name: uloop-get-project-info description: "Get Unity project information via uloop CLI. Use when you need to: (1) Check Unity Editor version, (2) Get project settings and platform info, (3) Retrieve project metadata for diagnostics." internal: true --- # uloop get-project-info Get detailed Unity project information. ## Usage ```bash uloop get-project-info ``` ## Parameters None. ## Examples ```bash # Get project info uloop get-project-info ``` ## Output Returns JSON with project information: - Unity version - Project name - Platform settings - Build target - Other project metadata