Source Files

Hey, folks,
I’ve been trying to build my game to its source files (with the .java files and all) so that I could insert ads to make the game free. However, every time I build it, it always creates a .apk rather than the source like with iphone. Am I missing something or do I just need to find a way to insert the code from unity? For the record, I’m trying to use mobclix. Thanks!

  • Ultric

Unity does not build to java nor does it run on the java layer, its NDK based.

Java addition needs to be done through plugins