Godot 3.2 – How to integrate Google Ads (Admob) for Android
In this article I will be giving you steps to integrate Google Ads (Admob) using the new Android Plugin System, which was introduced with Godot…
Godot 3 – Most common ways to move an object
Moving an object in Godot is relatively simple. There are multiple approaches you can take to move objects. There are generic ways for all objects…
Godot 3.1 – How to export to Android in simple steps
Building and setting up the export for Android in Godot can feel a bit intimidating for newcomers, however you only have to do this once.…
Godot 3.1 – How to destroy object (Node)
Destroying an object or node in Godot is quite easy. You can call queue_free() in the script that is attached to the node. Or you…