UCmd is a Unity package that extends the -executeMethod command line option, enabling the call of any static method from the command line. This includes methods with parameters, making it easier to build your game from the command line. Additionally, it provides other convenience methods to aid in game development from the command line.
The package supports static methods and primitive arguments, such as string, int, bool, char, float, long, and double. However, it currently does not support non-static methods or complex arguments.
For more information on launching Unity from the command line, please refer to the Unity documentation page on command line arguments.
UCmd extends the -executeMethod command line option to support any static method, including methods with parameters. It also provides other convenience methods for building games from the command line. Supported primitive arguments include string, int, bool, char, float, long, and double.
UCmd: Simplify Unity Game Development from the Command Line - Asset Store





