As mentioned in [Unity Reference][1], it is possible to start Unity with the arguments "-batchmode" and "-nographics".
That works so far to build an .exe File from my Unity game project, but the problem is, that i cannot use pro features in this case. I have several pro licences purchased, but i cannot even start Unity itself on the Server (Windows Server 2003, Virtual with VMWare) to enter the serial.
Does anyone know, how to get my Unity version on the Server to a proversion?
Or is it possible to build a game that has pro features with a standard Unity licence?
To build my game i use (in a batch):
%__unityPath% -batchmode -nographics -projectPath "%__projectPath%" -logFile "%~dp0\log.txt" -buildWindowsPlayer "%__exePath%\%__gameName%.exe" -quit
Thank you in advance!
[1]: http://docs.unity3d.com/Documentation/Manual/CommandLineArguments.html
↧