unity-cli 0.8.0

Rust CLI for Unity Editor automation over the Unity TCP protocol
1
2
3
4
5
6
7
8
pub mod command_stats;
pub mod config;
pub mod contracts;
pub mod endpoint;
pub mod instances;
pub mod managed_binaries;
pub mod runtime_paths;
pub mod self_update;