Robert Onulak

Results 7 comments of Robert Onulak

I haven't had time to double back to this yet. When you say: > non-directional wet path reverb signal only How will that effect the output we're using? This caveat,...

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...

After running these commands: ```powershell $installers = Find-UnitySetupInstaller -Version 2017.4.8f1 -Components Windows, Vuforia Install-UnitySetupInstance -Installers $installers ``` I'm seeing this for my environment variables: For the version we should actually...

What OS are you on? Testing should be as simple as running these three commands from the root of the repository while in PowerShell. ```powershell Import-Module .\UnitySetup\UnitySetup.psm1 $installers = Find-UnitySetupInstaller...

At minimum better error handling should be implemented. I would expect that this case is an error instead of assuming the intent. I see this example listed as installing extra...

This makes sense to me. We should follow the PowerShell verbs for commands: https://docs.microsoft.com/en-us/powershell/developer/cmdlet/approved-verbs-for-windows-powershell-commands Perhaps the Data Verbs Import / Export, or the Lifecycle Verbs Enable / Disable, Install /...