https://github.com/leinnan/rusty_hub
Very basic Unity Hub alternative
https://github.com/leinnan/rusty_hub
rust unity3d
Last synced: about 1 year ago
JSON representation
Very basic Unity Hub alternative
- Host: GitHub
- URL: https://github.com/leinnan/rusty_hub
- Owner: Leinnan
- Created: 2022-09-24T11:31:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T14:18:45.000Z (over 1 year ago)
- Last Synced: 2025-03-25T06:33:09.710Z (over 1 year ago)
- Topics: rust, unity3d
- Language: Rust
- Homepage:
- Size: 801 KB
- Stars: 29
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Rusty Hub [](https://github.com/Leinnan/rusty_hub/actions/workflows/rust.yml)
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.

## Download
There is ready to download Windows version. Go to [Releases](https://github.com/Leinnan/rusty_hub/releases) and look for `windows-build.zip` in `Assets`.
## Building and using
[Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) 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:
```sh
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](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/)