microsoft / unitysetup.powershell

Powershell module for interfacing with Unity installs and projects.
MIT License
179 stars 48 forks source link

Should be able to find all installers for all versions of unity in one call #40

Open jwittner opened 6 years ago

jwittner commented 6 years ago

Right now Find-UnitySetupInstaller requires you to specify a version. It'd be great if I could specify -Latest or neither to find all versions.

jwittner commented 6 years ago

Folding into 4.0 for now as it sits alongside #87