mindcandy / Teamcity-unity3d-build-runner-plugin

A Teamcity plugin for building Unity3d projects. NOTE: this has an MIT license so feel free to copy / adapt as you need to.
107 stars 59 forks source link

Android builds? #10

Closed hex closed 9 years ago

hex commented 10 years ago

Can this plugin be used for automating building of Android *.apk files?

markltbaker commented 10 years ago

Yes, we use it for that at Mind Candy :)

poxet commented 10 years ago

I have got it to work for web and windows. But how do I do it for android? What switches do I use?

Edwin-MindCandy commented 10 years ago

@poxet We do all our builds via a custom script - i.e. setting the "Build player" option to <Don't build player> then setting the "Execute method" parameter to the name of a static method that lives in class inside an Editor folder.

If you don't want to do this, I'm sure you could add support for it to this plugin fairly easily.

poxet commented 10 years ago

Works perfectly!!!