Hi everyone,
I am trying to create an automated build script but when I use the -assetServerUpdate command argument it does not update the assets from the server like I would expect it to do.
I thought it could be the asset server connection but if I use user interface to do the update it will update properly.
Here's the command line I call with the Perl script: /Applications/Unity iPhone/Unity iPhone.app/Contents/MacOS/Unity" -batchmode -createProject ../build/temp -projectPath ../build/temp -assetServerUpdate 172.16.1.51 MyProject MyUser MyPass -quit
After the script is called, I have an empty project but no asset were updated.
My goal is to create a complete build from a an empty project I create using the -createProject command.
I looked on the forum and on the documentation and I found nothing related to this issue.
Unity does not crash and it does not log anything related. If I remove the -quit, there is nothing in Unity's log as well.
There is probably something I do wrong, so how does -assetServerUpdate work?
This would be very appreciated.
Thanks in advance.