Skip to content

Support *nix platforms #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 of 18 tasks
jwittner opened this issue Feb 13, 2018 · 1 comment
Open
3 of 18 tasks

Support *nix platforms #41

jwittner opened this issue Feb 13, 2018 · 1 comment
Assignees

Comments

@jwittner
Copy link
Member

jwittner commented Feb 13, 2018

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

Mac

  • Find-UnitySetupInstaller
  • Get-UnityProjectInstance
  • Get-UnitySetupInstance
  • Install-UnitySetupInstance
  • Select-UnitySetupInstance
  • Uninstall-UnitySetupInstance
  • Start-UnityEditor
  • ConvertTo-UnitySetupComponent
  • Get-UnityLicense

Linux

  • Find-UnitySetupInstaller
  • Get-UnityProjectInstance
  • Get-UnitySetupInstance
  • Install-UnitySetupInstance
  • Select-UnitySetupInstance
  • Uninstall-UnitySetupInstance
  • Start-UnityEditor
  • ConvertTo-UnitySetupComponent
  • Get-UnityLicense
@jwittner jwittner mentioned this issue May 21, 2018
26 tasks
Ziugy added a commit to Ziugy/unitysetup.powershell that referenced this issue Aug 26, 2018
@Ziugy
Copy link
Member

Ziugy commented Sep 6, 2018

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

  • Download installers (this just has to happen before running the installer if we want to parallelize installs and downloading.) Figured for the initial rewrite it would just go first.
  • Sort order of installers by Unity version. (This needs to be done in case we have multiple versions of Unity and packages to install.)
  • foreach Unity version
    • If macOS and previous Unity version installed, move back to /Applications/Unity/
    • Install main Unity setup installer first
    • Install all Unity components
    • If macOS, move installer from /Applications/Unity/ to /Applications/Unity-$version/

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

@jwittner jwittner mentioned this issue Aug 5, 2019
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants