Author Archives: servehermans

How to automatically cleanup your Unity C# code using Rider

Personally I am a huge fan of Rider, the IDE from JetBrains when developing Unity games, C# code or even Angular and NodeJS applications. One of the things I like is to organise my methods, properties, fields etc into regions and sorted by name, access type and so forth. Luckily Rider can do this for you and much more. In this post I will show you how to do it yourself.Read more >

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 >

Unity Android: Unable to install APK to device

When you encounter the error 'Unable to install APK to device' it actually means that you don't have the right version of the Android SDK installed. I will show you how to analyse and resolve it.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 >

How I fixed my .gitignore is being ignored issue

Do you also suffer from the fact that when you change your .gitignore file it does not affect already tracked files? Well, here I will show you how to solve that!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 >

De FodMap NL app is live!

Eindelijk is hij er: de enige echte Nederlands FodMap NL app! Voor iedereen die het FodMap dieet volgt maar nog geen goede nederlands ingrediënten lijst kon vinden. Iedereen met darm problemen, prikkelbaar darm syndroom, verstopping, buikpijn, ontlastingsprobleem of opgeblazen gevoel zou gebaat kunnen zijn bij deze app.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 >