Patches Unity Hub with a custom dark light theme.
Make sure that Unity Hub is not running in the background before running Hub Patcher!
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.
Ex: python hub_patcher.py "D:/Program Files/Unity Hub"
Note that Hub Patcher has only been tested on Windows 10 and Linux. OS X may or may not work.
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.
- Node Package Manager (NPM)
- Python 3.5+
- Unity Hub 3.0.x
This project is licensed under the MIT License - see the LICENSE.md file for details
- Unity for creating Unity Hub
- Electron team for making packaged Electron apps easy to reverse engineer