Very basic Unity Hub alternative
Go to file
Piotr Siuszko eb79e560dc Fix macOS 2022-09-26 18:30:26 +02:00
.github/workflows Init work on macos support 2022-09-26 17:50:15 +02:00
egui_client Fix macOS 2022-09-26 18:30:26 +02:00
rusty_hub Fix macOS 2022-09-26 18:30:26 +02:00
.gitignore Init 2022-09-24 13:31:22 +02:00
README.md Update README.md 2022-09-26 09:02:48 +02:00

README.md

Rusty Hub build

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 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