unitysetup.powershell
unitysetup.powershell copied to clipboard
Powershell module for interfacing with Unity installs and projects.
When calling `Start-UnityEditor -Project .\build-machine-setup` I am getting this error: ``` Start-UnityEditor : Cannot process argument transformation on parameter 'Project'. Cannot convert value ".\build-machine-setup" to type "UnityProjectInstance[]". Error: "Cannot convert...
Having a list of installers with the `Lumin` installer in the list fails to properly install the `Lumin` component because of download and install order. Install starts by downloading _only_...
This fixes an issue where destination and basepath were being improperly leveraged.
Good day, It would be nice if we could set in DSC configuration source to installation packages and installation destination pathes as an option. Somewhere Internet connection not very reliable...
I'm currently using the following command to download all installer components then installing them, which has been working great. ```PS Install-UnitySetupInstance -Verbose -Installers ( Find-UnitySetupInstaller -Version $(UnityVersion) -Verbose ) ```...
Example with two Unity 2018.3.1f1 installed in previous install location and now hub location: ```powershell D:\repros\demo [master ≡ +12 ~1 -0 !]> Get-UnitySetupInstance Version Components Path ------- ---------- ---- 2018.1.6f1...
Does it make sense that we'd add specific commands just for activation? - [ ] `Register-UnityLicense -Credentials -Serial ` - [x] `Get-UnityLicense` - [ ] `Unregister-UnityLicense`
This would help to understand what changed actually. I suggest following this guide https://keepachangelog.com/en/1.0.0/
in script do: Set-PSDebug -Trace 2 Call Install-UnitySetupInstance Bug - the line $process = Start-Process @startProcessArgs has issues when Trace set to 2. Cannot convert value to type System.String. At...
Right now it downloads them one at a time then installs all. It should download them all asynchronously, when the main installer for the platform is done it should install...