Closed Ziugy closed 5 years ago
After implementing macOS support for this I think this might be related to handling some of the web results we get back. I'll investigate this next alongside my macOS support since they're closely coupled.
Verified that PR #123 for macOS support will also resolve this issue. Specifically -is [System.Array]
checks are the fix.
Install-Module UnitySetup -Scope CurrentUser
to installUnitySetup
.Running the one example
Find-UnitySetupInstaller -Version '2017.3.0f3' | Format-Table
outputs:I'm able to run other commands like
Get-UnitySetupInstance
.Installing the module in PowerShell on the same machine works just fine.