- Home /
Batch build targets and location change
Hey unity lovers and experts
I have written a batch file to build my project using the available documents command line arguments but I was wondering if its possible to state where to put the build itself as I believe it just drops it in the project folder everytime? Also as a part 2 to this I am testing my batch with Win64 build but am looking to batch build android has anyone done this I saw no arguments for it as the build option?
Thanks
"C:\Program Files\Unity\Editor\Unity.exe" -batchmode -buildTarget Win64 -buildWindows64Player -logFile C:\Users\%UserProfile\Documents\UnityLogs -quit
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Running Mac Standalone Player In Batchmode 1 Answer
Modify Assembly-CSharp.dll before send to IL2CPP 0 Answers
Modify Assembly-CSharp.dll before send to IL2CPP 0 Answers
How can I change Scripting Define Symbols before a command line batchMode executeMethod? 3 Answers