Quantcast
Channel: Tutorials – Unity Coding – Unity3D
Viewing all articles
Browse latest Browse all 58

UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns

$
0
0

Before:

——————————–

After:

Steps:

  • 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)
  • Notepad: Paste following CSS style inside head tag: https://gist.github.com/unitycoder/dc012222230c26dec631b4004063fc7f
  • 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..

video

Older post about customizing colors
https://unitycoder.com/blog/2022/03/02/customize-unityhub-colors/

You can also write python script to automatically modify template
https://gitlab.com/GuitarBro/hub-patcher

Updated hub patcher here: (to do the above modification automatically using python+npx)
https://github.com/unitycoder/UnityHubPatcher

Installing older hub version:
https://forum.unity.com/threads/a-new-hub-release-is-available-v3-6-0.1509407/page-2#post-9435404


Viewing all articles
Browse latest Browse all 58

Trending Articles