Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SixParQuatre opened this issue Nov 7, 2022 · 3 comments
Closed

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

SixParQuatre opened this issue Nov 7, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@SixParQuatre
Copy link

SixParQuatre commented Nov 7, 2022

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.

@SixParQuatre SixParQuatre changed the title Add 'Uninstall Version' in Editor Tab [Feature Request.]Add 'Uninstall Version' in Editor Tab Nov 7, 2022
@SixParQuatre SixParQuatre changed the title [Feature Request.]Add 'Uninstall Version' in Editor Tab [Feature Request] Add 'Uninstall Version' in Editor Tab Nov 7, 2022
@unitycoder
Copy link
Owner

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
Copy link
Author

SixParQuatre commented Nov 8, 2022

(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
Copy link
Owner

unitycoder commented Nov 8, 2022

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

@unitycoder unitycoder added the enhancement New feature or request label Nov 9, 2022
unitycoder added a commit that referenced this issue Dec 22, 2022
* dev: (73 commits)
  Changed: get unity installs returns list instead of array, Editors: add uninstall context menu (fix #103)
  updates: add download & install button, add null version checks
  upgrade window: add Download & Install button, show red outline if project version is missing, adjust ui aligments
  fix changed download urls for Alpha, Beta
  fix: null ref is explore folder, without projects on the list (or filtered by search)
  rearrange settings panel (fix #40), set bigger minimum window width
  hide git branch text on streamermode
  if press up/down while tabcontrol is focused, move selection to grid
  recent project: disable opening project from datagrid header or scrollbar double clicks (fix #106)
  editors: add download win/linux dedicated server modules, new project: add tooltip if projectname already exists
  editors: add IL2CPP module download context menu
  fix null version code error from unity editor preview builds, add: browse Scripts folder parent, if missing scripts folder.
  improve release notes url parsing
  better default settings (window size, single instance, humanfriendly dates, override 40 max projects)
  fix: removing manually added project (without it being opened first)
  new project: autoselect win64 if no matching platform in selected unity, disable process hidden window on launch (whole editor was invisible)
  add "win64" as default platform, add releasetype (lts/alpha/beta) to new project dialog, move releasetype checking to Tools, fix preferred version initial value from "none" to null,
  fix launching empty folder from context menu, without preferred unity version
  add initscript for new quick projects started without name dialog, hide console window on process start (it was visible in unity 2023, not visible in older versions(?)), set enableProjectRename and showTargetPlatform settings as true by default)
  handle corrupt user config, take backup of user config (fix #99)
  ...

# Conflicts:
#	UnityLauncherPro/Tools.cs (using dev)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants