Unity-Hub-Dark-Mode icon indicating copy to clipboard operation
Unity-Hub-Dark-Mode copied to clipboard

Hacking Unity Hub to be Dark

Unity Hub Dark Mode

I test it on macOS ,It should works on Windows too.

Alt text

Alt text Alt text

Install

  • Replace the 'app.asar' file

You can found the app.asar file in the /Applications/Unity Hub.app/Contents/Resources

How to build your own dark theme

  • install asar
npm i -g asar
  • unpack app.asar file

You can found the app.asar file in the /Applications/Unity Hub.app/Contents/Resources

asar extract app.asar app
  • Change the style

Add Custom.css to /build/renderer/index.html

  • Pack you file
asar pack app app.asar
  • Replace the app.asar file

License

MIT