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
Copy file name to clipboardExpand all lines: readme.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,15 @@
2
2
Patch Hub 3.6.0 to hide unwanted columns.
3
3
4
4
### Usage
5
-
- TODO
5
+
- start commandprompt as admin
6
+
- type: python hub_patcher.py
7
+
- optionally you can give hub root folder: python hub_patcher.py c:\Program Files\Unity Hub\
8
+
9
+
### How it works
10
+
- it unpacks app.asar file into C:\Program Files\Unity Hub\resources\app\
11
+
- app.asar is renamed as app.asar.bak
12
+
- next time hub runs, it uses the unpacked "app\" folder, instead of "app.asar"
13
+
- 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)
0 commit comments