Hi, I have a problem about unity command line tools.
I made an autobuild script wih bash script, I am using /Applications/Unity/Unity.app/Contents/MacOS/Unity -projectPath $ActualProjectPath -buildTarget android -screen-fullscreen 1 &
But after one build (mouse script, after that I kill the PID) I cant reopen the project on target, and just the Unity opens.
I am using the same commad:
/Applications/Unity/Unity.app/Contents/MacOS/Unity -projectPath $ActualProjectPath -buildTarget ios -screen-fullscreen 1 &
Could anyone know what is the problem? Or anyone has the same problem?
Thanks
@BxNxM
↧