Patch Hub 3.6.0 to hide unwanted columns: https://unitycoder.com/blog/2023/10/29/unityhub-3-6-0-remove-version-control-cloud-dashboard-columns/
See also other Unity Hub modifications here: https://github.com/unitycoder/UnityHubModding
- start commandprompt as admin
- type: python hub_patcher.py
- optionally you can give hub root folder: python hub_patcher.py c:\Program Files\Unity Hub\
- it unpacks app.asar file into C:\Program Files\Unity Hub\resources\app\
- app.asar is renamed as app.asar.bak
- next time hub runs, it uses the unpacked "app" folder, instead of "app.asar"
- so you can modify anything inside app\ folder, this script modifies app\build\renderer\index.html template to add custom CSS styles (for hiding those columns)
https://gitlab.com/GuitarBro/hub-patcher
- For educational use only!
- if you mess up the templates, reinstall hub (better if you take backup of original app.asar, so you can always deleted modified or unpacked files)