Publisher | Lior Tal |
---|---|
File size | 20.48kB |
Number of files | 3 |
Latest version | 0 |
Latest release date | 2019-08-12 11:07:08 |
First release date | 2018-09-27 01:27:08 |
Supported Unity versions | 2018.4.2 or higher |
UCmd improves Unity's abilities for building your game from the command line.
It extends the -executeMethod command line option, by allowing to easily call ANY static method from the command line (including methods that have parameters!).
Also, it provides other convenience methods for helping you to build your game from the command line.
FREQUENTLY ASKED QUESTIONS
Can i get the source code ?
Absolutely! drop us an email and we'll get you the source code right away!
What are the limitations of UCmd ?
Currently, only static methods are supported, and only primitive arguments can be used (string, int, bool, char, float, long, double
- How do i launch Unity from the command line?
Please visit the Unity documentation page for command line arguments
It extends the -executeMethod command line option, by allowing to easily call ANY static method from the command line (including methods that have parameters!).
Also, it provides other convenience methods for helping you to build your game from the command line.
FREQUENTLY ASKED QUESTIONS
Can i get the source code ?
Absolutely! drop us an email and we'll get you the source code right away!
What are the limitations of UCmd ?
Currently, only static methods are supported, and only primitive arguments can be used (string, int, bool, char, float, long, double
- How do i launch Unity from the command line?
Please visit the Unity documentation page for command line arguments