Reputation: 4391
I am trying to automate Unity project builds but I cannot find a way to do it or any tutorial to guide me. How can I build my Unity project from console or a batch file or a powershell file? Any of these will do
Upvotes: 0
Views: 2466
Reputation: 509
Refer to commandline documentation : https://docs.unity3d.com/Manual/CommandLineArguments.html
Hope this helps.
Upvotes: 2