Unity Hub 3.6.0 : How To Remove Version Control & Cloud Dashboard columns

Опубликовано: 05 Октябрь 2024
на канале: UnityCoder
2,909
25

Alternative Method:
Added python script to do the patching also, https://github.com/unitycoder/UnityHu...

Original Manual Method:
Install 7zip https://www.7-zip.org/download.html
Install ASAR plugin for 7zip https://www.tc4shell.com/en/7zip/asar/
Close Hub completely (from notification bar also)
Run 7zip manager as Administrator
Browse into C:\Program Files\Unity Hub\resources\ folder
7zip: Open app.asar file
7zip: Browse into build/renderer/ folder
7zip: Right click on "index.html" and select Edit
Notepad opens, press ctrl+F to search: /head
Notepad: Press enter before the [/head] tag (to add new lines there) *angle brackets not allowed in youtube description..
Notepad: Paste following CSS style there: https://gist.github.com/unitycoder/dc...
Notepad: Press Save (ctrl+s)
Close notepad
'File index.html weas modified, do you want to update... Click OK to save
After save has finished, run Unity Hub normally (columns should be hidden now)

If you broke something, install hub again. (or better if you had taken backup copy of app.asar before modifying it)
** You could modify other parts too, like remove excess padding from those rows..

website: https://unitycoder.com/blog/2023/10/2...