Category Archives: Mobile

How to add Google Play Services to your Unity game

For some time I have struggled to get Google Play Services working in my Unity game. There is so much to install and configure but I didn't find one single guide which showed how to do it right from the start to the end. In this article I will guide you through the entire process, right from installing tools, configuring Unity and setting up Google Developer Console and Game Services. Hopefully I can save you some pain.Read more >

How to run an Android simulator on a Macbook

When you develop apps or games for Android you probably want to run it on a simulator during development. In this short post I will show you how to start such a simulator both from the UI as well as from the terminal.Read more >

Unity Android: Unable to load dll ‘gpg’

When deploying your Unity game to an Android device you might see the error: Unable to load dll 'gpg'. In this post I will show you how solve this issue.Read more >

Unity: Unable to instantiate prefab. Prefab may be broken.

When opening a project in an older, side-by-side, version of Unity you might notice the error: Unable to instantiate prefab. Prefab may be broken, when trying to add a Prefab to your scene. It looks like you are not able to drag any prefab into your scene. Luckily, the solution is easy.Read more >

Creepy Christmas Soundboard is live!

As Christmas is approaching I got some inspiration to create a funny Creepy Christmas Soundboard. Mix 14 Christmas sounds and 4 catchy Christmas EDM loops to your own liking. And it is free too!Read more >

Unable to locate DeviceSupport

This week I was trying to deploy my Ionice app NeoTrack to my device when suddenly an error appeared telling me that it could not find the DeviceSupport directory. That was annoying as it was really blocking. In this article I will show you how I have solved that.Read more >

What is NativeScript?

Recently the app Regelneef was launched for the customers of Energiedirect. It has been built with NativeScript and Angular and is a truly, awesome looking and performant native app.Read more >