Very basic Unity Hub alternative
Go to file
Piotr Siuszko 0385fb8bf5 Better icon support 2022-09-26 00:04:19 +02:00
.github/workflows fix CI 2022-09-25 21:12:29 +02:00
egui_client Better icon support 2022-09-26 00:04:19 +02:00
rusty_hub Layout cleanup 2022-09-25 23:42:32 +02:00
.gitignore Init 2022-09-24 13:31:22 +02:00
README.md Better icon support 2022-09-26 00:04:19 +02:00

README.md

Rusty Hub build

Very simple alternative for Unity Hub. Rust pet project.

rusty_hub_egui_JU3JdNtfpz

Building and using

Cargo is required in order to build it.

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

git clone git@github.com:Leinnan/rusty_hub.git
cd rusty_hub/egui_client
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