LinuxCommandLibrary

u3d

Set of tools to interact with Unity from command line.

TLDR

Open the project in the current directory using the correct Unity version

$ u3d
copy


List installed versions of Unity
$ u3d list
copy


List available versions of Unity that can be downloaded
$ u3d available
copy


Download and install latest stable Unity version
$ u3d install latest_stable
copy


Download and install Unity version and editor [p]ackages
$ u3d install [2021.2.0f1] -p [Unity,iOS,Android]
copy

Copied to clipboard