Category Archive For "Buildbox"
Hook layer for Android and iOS [Buildbox like a boss]
In this article we will add a hook layer to Buildbox Android export. This hook layer will later give us the possibility to add custom services to Buildbox games, such as game analytics, achievements, multiple leaderboards, and even Everyplay video sharing service ! What’s a hook layer, why do we need it ? Buildbox don’t …
[Buildbox like a boss] Running Buildbox Android game in fullscreen mode
When you export an android game from buildbox, and build it, it’ll not run in fullscreen “immersive mode” by default. immersive mode allow you to hide android softkeys, and use the precious gained space to show more stuff of your game or to place a banner. here is a quick tip to make a buildbox …
Creating Buildbox android APK without Eclipse (part 2/2) [Buildbox like a boss serie]
In the previous article , we created a script to automate the creation of a debug APK from Buildbox Android export. We also added a shell extension (right click menu option) to run the build script automatically from windows explorer. In this article, we’ll configure the exported project and add shell extension option to build a …
Creating Buildbox android APK without Eclipse (part 1/2) [Buildbox like a boss serie]
If you already created games with buildbox, you maybe don’t want to open eclipse each time you want to build your Android APK. or you just don’t like eclipse and don’t want to install it. if this is your case, this article may interest you. This is the first article of “Buildbox like a boss” …