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…
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…
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…
The Godot team has decided to remove OpenGL from Godot 4 so Godot 4.0 is not going to be releasing with OpenGL 3.0 or 2.0 but they do say that they are going to be implementing it in 4.1 so hopefully…
Today we’re going to be talking about sharing images and text with Android from Godot. The system works by calling the Android sub systems share system and we then pass our data to that share system and fire off our…
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…
What is In App Purchases and How Does it Work? Today we’re going to talk about doing in-app purchases inside of Godot. so first we’re going to go through the process of explaining how in-app purchases operate, we’re going to…
Hey Guys! Well I’ve gone and done it, after multiple people pinging me about making a blog I have decided its for the best for me to make one. So from now on ill be putting tutorials out on here…