You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
6
15
7
16
### Cloned from other site and modified here
8
17
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)
0 commit comments