Update README.md
This commit is contained in:
parent
d108f7a644
commit
188d4e7168
15
README.md
15
README.md
|
|
@ -1,5 +1,7 @@
|
||||||
# Rusty Hub [](https://github.com/Leinnan/rusty_hub/actions/workflows/rust.yml)
|
# 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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -21,19 +23,6 @@ cargo build --release
|
||||||
cargo run --release
|
cargo run --release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### 0.2 ToDo
|
|
||||||
|
|
||||||
- [x] Working Mac version
|
|
||||||
- [x] Detecting installed templates
|
|
||||||
- [ ] Creating project from templates
|
|
||||||
|
|
||||||
### 0.3 ToDo
|
|
||||||
|
|
||||||
- [ ] Downloading templates
|
|
||||||
- [ ] Downloading Unity editors
|
|
||||||
- [ ] More?
|
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
Big thanks to https://github.com/unitycoder/UnityLauncherPro
|
Big thanks to https://github.com/unitycoder/UnityLauncherPro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue