Command Line Build for Development?

Is there a way to specify a Development Build in the Unity Command Line args?

Thanks,
Tony

Use the command line option “-executeMethod ClassName.MethodName” and you’d need to write a method that would call BuildPipeline.BuildPlayer with the build option for a development build.

Thanks, I will give that procedure a try.

I wish Unity made it simpler, but hopefully in a near future release.

-Tony

Same question, answered with an example, in Unity Answers: