Uloop Get Version

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.

hatayama e73563b 771 B Updated

File contents

uloop get-version

Get Unity version and project information.

Usage

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

hatayama/unity-cli-loop/tree/main/Packages/src/Editor/CliOnlyTools~/GetVersion/Skill commit e73563b993

Frequently asked questions

npx skillmds@latest add hatayama/uloop-get-version