unitycoder / UnityLauncherPro

Unity Hub Alternative Project Launcher with time saving features!
MIT License
491 stars 56 forks source link

[Feature Request] Add 'Uninstall Version' in Editor Tab #103

Closed SixParQuatre closed 1 year ago

SixParQuatre commented 2 years ago

It could be a button, or an option in the context menu. I'm feeling the need for this currently, because I'm updating to every new minor version of 2021.3 and need to uninstall older version because I'm running out of disk space.

unitycoder commented 2 years ago

context menu in Editors tab would be certainly easy first step.

(personally i just delete the unity folders when not needed, does unity have uninstaller actually?)

eventually would be nice to have the "upgrade" context menu and it would offer to install on top of that unity.

SixParQuatre commented 2 years ago

(personally i just delete the unity folders when not needed, does unity have uninstaller actually?)

Yes, they do! At least the one downloaded from their web page. and they take a while; so mayb they're doing something more than a non-revertable delete

eventually would be nice to have the "upgrade" context menu and it would offer to install on top of that unity.

That'd be cool, but I think it would be not super useful because erm, Unity's patch release also tend to break stuff; so I personally won't upgrade and delete at the same time :)

unitycoder commented 2 years ago

ok, hub seems to run the silent "uninstaller.exe /S" image

and after that removes shortcuts, registrykeys, firewall rules.. i guess uninstall exe doesnt do that then? image

firewall settings removal: image

registry cleanup: image

startmenu and desktop link removal: image