It seems like unitysetup.powershell is looking for editors to be installed in very specific locations:
|
$BasePath = @('C:\Program Files*\Unity*', 'C:\Program Files\Unity\Hub\Editor\*') |
I have mine configured so they are installing on a different drive. As such, when I run Get-UnitySetupInstance, it doesn't return all the installed editors.
It seems like unitysetup.powershell is looking for editors to be installed in very specific locations:
unitysetup.powershell/UnitySetup/UnitySetup.psm1
Line 1204 in 90be58f
I have mine configured so they are installing on a different drive. As such, when I run Get-UnitySetupInstance, it doesn't return all the installed editors.