unitysetup.powershell
unitysetup.powershell copied to clipboard
uninstall while Unity is running appears to succeed, but leaves behind some files
- Run the Unity editor
- Uninstall the version that you are running (
e.g. Get-UnitySetupInstance | Select-UnitySetupInstance -Version 2017.3.1f1 | Uninstall-UnitySetupIns tance) result: Command appears to complete successfully, but some of the files in Program Files are left behind. expected: It would be nice to detect that the Unity process is running and error out without attempting to uninstall.