Skip to content

Commit baf3807

Browse files
Andrew Van BurenAndrew Van Buren
Andrew Van Buren
authored and
Andrew Van Buren
committed
Update readme.md with screenshot.
1 parent efa026f commit baf3807

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

readme.md

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
1-
# Hub Patcher
2-
3-
Patches Unity Hub with a custom dark theme.
4-
5-
## Getting Started
6-
7-
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.
8-
9-
Ex: `python hub_patcher.py "D:/Program Files/Unity Hub"`
10-
11-
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+
![Dark theme screenshot](/screenshot.png)
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.
10+
11+
Ex: `python hub_patcher.py "D:/Program Files/Unity Hub"`
12+
13+
Note that Hub Patcher has only been tested on Windows 10. OS X and Linux may or may not work.
14+
15+
### Prerequisites
16+
17+
* Node Package Manager (NPM)
18+
* Python 3.5+
19+
* Unity Hub 2.4.x
20+
21+
## License
22+
23+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
24+
25+
## Acknowledgments
26+
27+
* Unity for creating Unity Hub
28+
* Electron team for making packaged Electron apps easy to reverse engineer

0 commit comments

Comments
 (0)