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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,17 @@ Patches Unity Hub with a custom dark theme.
6
6
7
7
## Getting Started
8
8
9
+
_Make sure that Unity Hub is not running in the background before running Hub Patcher!_
10
+
9
11
Simply run hub_patcher.py with the path to your Unity Hub installation as the first arguement. You may have to run as administrator depending on where it is installed.
Note that Hub Patcher has only been tested on Windows 10. OS X and Linux may or may not work.
15
+
Note that Hub Patcher has only been tested on Windows 10 and Linux. OS X may or may not work.
16
+
17
+
### Troubleshooting
18
+
19
+
If you get `PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'app.asar' -> 'app.asar.bak'` you likely have Unity Hub running in the background. Ensure the process is terminated before retrying.
0 commit comments