Hello guys.I am making a android game.My game is 7 levels.How can build this game in android and How do I keep coming back to back levels.How can make level collider(How do I make the transition to the next level)?
Hi yfy12!
Unfortunately we can’t port to android at the moment.
This isn’t true exactly, we can port to android but it’s an incomplete port. If your game is simple, chances are it would work, buy it’s not a simple system for deploying yet.
If your game is all or mostly logic bricks, it would probably be very easy to make it work with GameKit, which is another game engine that can run Blender games and works with Android and iOS. GameKit uses Lua scripts instead of Python, and has a slightly different API, so if you used any scripting in your game, that would need to be translated.
I’ve built GameKit for Android and played around with it a bit on my kids’ Android tablet. It’s relatively easy (easier than building Blender from source) if you follow the instructions on the GameKit site:
https://code.google.com/p/gamekit/wiki/Building
(I’d eventually like to try building it for iOS, now that my wife has a Mac I can use for that… would be cool to be able to put Blender made games on my iPhone.)
So blender player for android is not very useful? Does anyone know where on can find the source code for the blender player on android port?