1 个不稳定版本
0.1.0 | 2024年6月20日 |
---|
#632 在 开发工具
16KB
320 代码行
Unreal Engine 命令行界面
这是一个简单的 CLI 工具,简化了从 CLI 使用 Unreal Engine。它将是一个单可执行文件工具,易于使用,无需像 Python 这样的外部依赖。
它受到了 ue4cli 的极大启发,但我没有计划支持 Unreal Engine 5 之前的版本。从长远来看,我计划提供类似数量的功能,以及一些额外的功能,如指定每个项目和每个安装的命令别名。
用法
Unreal Engine helper tool
Usage: uec [OPTIONS] <COMMAND>
Commands:
editor Runs the unreal editor without an Unreal project
build Builds a Unreal project
generate-project-files Generate a Unreal project
editor-project Builds and run a Unreal editor project
set-editor Sets the default Unreal Engine Path
print-config Prints the current command configuration
help Print this message or the help of the given subcommand(s)
Options:
-e, --engine-path <ENGINE_PATH>
Override the Unreal Engine Path from config
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
安装
可以使用 Rust Cargo 进行安装
cargo install --locked --git https://github.com/Leinnan/uec
依赖项
~2–12MB
~97K SLoC