Skip to content

Commit 773fa19

Browse files
authored
Update readme.md
1 parent a7122a7 commit 773fa19

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

readme.md

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,8 @@
1-
# Hub Patcher
1+
### Info
2+
Patch Hub 3.6.0 to hide unwanted columns.
23

3-
Patches Unity Hub with a custom theme selector (which includes a custom light theme). Switch between themes by going to Preferences > Appearance. Fancy!
4+
### Usage
5+
- TODO
46

5-
![Dark theme screenshot](/screenshot.png)
6-
7-
## Getting Started
8-
9-
_Make sure that Unity Hub is not running in the background before running Hub Patcher!_
10-
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.
12-
13-
### Examples
14-
15-
Windows: `python hub_patcher.py "C:/Program Files/Unity Hub"`
16-
17-
macOS: `python3 ./hub_patcher.py /Applications/Unity\ Hub.app/Contents`
18-
19-
Note that Hub Patcher has only been tested on Windows 10, Linux, and macOS. While Windows 11 _should_ work in theory, your mileage may vary.
20-
21-
### Troubleshooting
22-
23-
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.
24-
25-
### Prerequisites
26-
27-
* Node Package Manager (NPM)
28-
* Python 3.5+
29-
* Unity Hub 3.1.x (see branches for older versions)
30-
31-
## License
32-
33-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
34-
35-
## Acknowledgments
36-
37-
* Unity for creating Unity Hub
38-
* Electron team for making packaged Electron apps easy to reverse engineer
7+
### Cloned from other site and modified here
8+
https://gitlab.com/GuitarBro/hub-patcher

0 commit comments

Comments
 (0)