Very basic Unity Hub alternative
Go to file
Piotr Siuszko 8b611fe33e rm locks 2025-08-05 20:21:10 +02:00
.github/workflows Update apt-get 2023-02-16 00:10:52 +01:00
rusty_hub_egui rm locks 2025-08-05 20:21:10 +02:00
unity_hub_lib rm locks 2025-08-05 20:21:10 +02:00
.gitignore Update deps 2024-10-22 16:18:38 +02:00
CHANGELOG.md Draw central panel last, fix theme switch button 2023-02-16 00:27:26 +01:00
README.md Update README.md 2023-02-16 00:08:19 +01:00

README.md

Rusty Hub build

https://www.mevlyshkin.com/projects/rusty_unity_hub/

Very simple alternative for Unity Hub. Rust pet project. For now it does work properly only on Windows, but support for other platforms is on the roadmap.

rusty_hub_egui_JU3JdNtfpz

Download

There is ready to download Windows version. Go to Releases and look for windows-build.zip in Assets.

Building and using

Cargo is required in order to build it.

Building is pretty simple, just copy repo, open rusty_hub_egui subdirectory in CLI client and run these commands:

git clone git@github.com:Leinnan/rusty_hub.git
cd rusty_hub/rusty_hub_egui
cargo build --release
cargo run --release

Thanks

Big thanks to https://github.com/unitycoder/UnityLauncherPro

Most of the required information about how data is stored by Unity HUB is taken from there.

Thanks for the icon to the Papirus Development Team