u3d
Unity Editor version manager
TLDR
List installed versions
SYNOPSIS
u3d command [-u version] [options]
DESCRIPTION
u3d is a command-line tool for managing multiple Unity Editor installations side by side. It can list available versions, install specific releases, and launch Unity with a particular version, making it straightforward to work on projects requiring different Unity versions.
The tool is especially useful in CI/CD environments where Unity builds need to run headlessly. It handles license activation, version discovery, and build execution from the command line. Cross-platform support covers macOS, Linux, and Windows.
PARAMETERS
list
Installed versions.install
Install version.available
Show available.run
Run Unity.uninstall
Remove version.-u VERSION
Unity version.
CAVEATS
Unity-specific. Large downloads. License required.
HISTORY
u3d was created for managing Unity Editor installations, especially useful in CI/CD environments.
