Skip to content

Commit 9e23f21

Browse files
committed
2 parents eeb7741 + 462778b commit 9e23f21

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

readme.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
### Info
22
Patch Hub 3.6.0 to hide unwanted columns.
3+
https://unitycoder.com/blog/2023/10/29/unityhub-3-6-0-remove-version-control-cloud-dashboard-columns/
34

45
### Usage
5-
- TODO
6+
- start commandprompt as admin
7+
- type: python hub_patcher.py
8+
- optionally you can give hub root folder: python hub_patcher.py c:\Program Files\Unity Hub\
9+
10+
### How it works
11+
- it unpacks app.asar file into C:\Program Files\Unity Hub\resources\app\
12+
- app.asar is renamed as app.asar.bak
13+
- next time hub runs, it uses the unpacked "app\" folder, instead of "app.asar"
14+
- 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)
615

716
### Cloned from other site and modified here
817
https://gitlab.com/GuitarBro/hub-patcher
18+
19+
### Warning
20+
- For educational use only!
21+
- 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)
22+
23+
### Images
24+
before<br>
25+
![image](https://github.com/unitycoder/UnityHubPatcher/assets/5438317/9461925c-6513-4faa-b8f8-e61eeefa01f8)
26+
27+
after<br>
28+
![hub2023-10-29 13-07-52](https://github.com/unitycoder/UnityHubPatcher/assets/5438317/03d08762-1e20-4b63-a5ba-a5aa4a8816a3)

0 commit comments

Comments
 (0)