18 个版本
0.9.3 | 2024 年 6 月 27 日 |
---|---|
0.9.2 | 2023 年 12 月 11 日 |
0.9.1 | 2023 年 5 月 17 日 |
0.9.0 | 2022 年 12 月 13 日 |
0.3.4 | 2019 年 11 月 18 日 |
#1064 在 开发工具
每月 24 次下载
335KB
9K SLoC
uvm-install2
这是一个新的安装程序,旨在与 Unity Hub 完全兼容。
用法
命令行界面:
USAGE:
uvm-install2 [FLAGS] [OPTIONS] <version> [--] [destination]
FLAGS:
-d, --debug
print debug output
-h, --help
Prints help information
--with-sync
install also synced modules
-V, --version
Prints version information
-v, --verbose
print more output
OPTIONS:
--color <color>
Coloring [default: auto] [possible values: auto, always, never]
-m, --module <module>...
A support module to install. You can list all awailable
modules for a given version using `uvm-modules`
ARGS:
<version>
The unity version to install in the form of `2018.1.0f3`
<destination>
A directory to install the requested version to
lib crate
use uvm_install2::unity::{Component, Version};
let version = Version::b(2019, 3, 0, 8);
let components = [Component::Android, Component::Ios];
let install_sync_modules = true
uvm_install2::install(&version, Some(&components), install_sync_modules, Some("/install/path"))?;
依赖
~32–46MB
~814K SLoC