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
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.
12
-
13
-
### Prerequisites
14
-
15
-
* Node Package Manager (NPM)
16
-
* Python 3.5+
17
-
* Unity Hub 2.4.x
18
-
19
-
## License
20
-
21
-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
22
-
23
-
## Acknowledgments
24
-
25
-
* Unity for creating Unity Hub
26
-
* Electron team for making packaged Electron apps easy to reverse engineer
1
+
# Hub Patcher
2
+
3
+
Patches Unity Hub with a custom dark theme.
4
+
5
+

6
+
7
+
## Getting Started
8
+
9
+
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.
0 commit comments