John Demetriou
John Demetriou

Reputation: 4391

How can I build Unity project from console/batch file/powershell file?

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

Answers (1)

Zatla00
Zatla00

Reputation: 509

Refer to commandline documentation : https://docs.unity3d.com/Manual/CommandLineArguments.html

Hope this helps.

Upvotes: 2

Related Questions