I was wondering what the outputted files will be when you build an Android project once it is released by Unity? Also, how long until a public license/version of Android for Unity 3 Pro is available? How much will it cost (Just to add on to a Unity Pro license)?
Android is already available and publically sold, you can buy it on the store.
Android pro is $1500 per seat ontop of the seats Unity Pro license
Android non-pro was mentioned to come too once Unity Android is ready, at the same price as iOS, so $399 per seat on top of nothing
Ok. Thanks. I see the price, but I still am wondering if anyone can tell me what files are created when you build an Android project.
I know that Android phones executable files are .apk. What I am wondering is does the build generate that type of file, if not what files does it genereate, or if it does generate an .apk is there any other files it generates along with it?
It generates an .apk file (ready-to-market, if the keysigning in Unity is enabled), and it supports Build__Run__ for devices that has ADB support (which AFAIK includes all released devices supported by Unity Android, including devices in ‘production mode’, ie. non-rooted).