Is it possible now to make something for android in Unity3d without buying any licenses?

I was just talking to a game dev who said its possible, that it involves downloading the android sdk and few other things.
If this is possible can someone tell me how?

Also is it possible to build a .apk file and install on your device?
Is it possible to release something developed this way on the play store?

1 Answer

1

Yes it is.
Unity provides a guide for getting started with Android Development here:
http://docs.unity3d.com/Documentation/Manual/android-GettingStarted.html

And yes, Unity produces an APK file which can be installed on your device or uploaded to Google Play / Amazon App Store, etc.