Mitch

Mitch

An Analysis on Godot Languages

Hey Guys, lets talk about programming languages and which one you should choose Spoiler Alert! It doesn’t matter at all. Mitch 2021 But we should at least talk about the advantages and disadvantages of each of the programming languages GD…

Compiling Godot With Mono

Hey Guys, today we are going to talk about compiling Godot with Mono. Why would we want to compile Godot with mono? Compiling Godot with Mono allows us to use C# within Godot. Ok great but why do I want…

Godot 3.4 Gets Occlusion Culling!

Hey guys, today I waned to talk about Godot 3.4 beta 2, YES you heard me correct BETA 2 of 3.4! Some Small Changes They have had a few small changes they fixed a few C# issues, animation issues, added…

Exporting To Android From Godot 3.3

Installing The Required Software First we are going to install Adopt OpenJDK. So go to this url https://adoptopenjdk.net/index.html?variant=openjdk8&jvmVariant=hotspot and install the hotspot version of the application. Hotspot is better on memory but openj9 is faster so its really up to…