microsoft / unitysetup.powershell

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

Support *nix platforms #41

Open jwittner opened 6 years ago

jwittner commented 6 years ago

PowerShell Core is now cross-platform. We should investigate supporting the *nix world, including Mac.

Mac

Linux

Ziugy commented 6 years ago

To support command line installs for macOS I'm going to have to rework the flow of Install-UnitySetupInstance.

Steps need to be in this sequence

These changes are required because installer doesn't give an option to overload the install location.