https://github.com/unitycoder/unityhubpatcher
imported from https://gitlab.com/GuitarBro/hub-patcher
https://github.com/unitycoder/unityhubpatcher
Last synced: 3 months ago
JSON representation
imported from https://gitlab.com/GuitarBro/hub-patcher
- Host: GitHub
- URL: https://github.com/unitycoder/unityhubpatcher
- Owner: unitycoder
- License: mit
- Created: 2023-10-29T14:58:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-04T14:09:00.000Z (11 months ago)
- Last Synced: 2025-02-28T16:19:29.664Z (4 months ago)
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Info
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### Usage
- 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\### How it works
- 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)### Cloned from other site and modified here
https://gitlab.com/GuitarBro/hub-patcher### Warning
- 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)### Images
before
after
