
How To Intergrate AdMob Into Godot
Admob is a great way to monitize your game, in this tutorial we are going to go and add admob into our godot project. we are going to create banner, interstisial ads, and reward ads. So thats what I have…
Admob is a great way to monitize your game, in this tutorial we are going to go and add admob into our godot project. we are going to create banner, interstisial ads, and reward ads. So thats what I have…
Hey Guys , today we’re going to talk about continuous integration using Github and Godot so we are going to set up our build process and we’re going to build out for Android, Windows, Mac, and Linux. In this first…
Android notifications is an important part of creating an Android app, it allows us to get more user retention and can call back users to your app after they have it closed. A good example of local notifications is with…
Hey Guys, Today we are going talk about using Sqlite with Godot! First why would I want to use SQLite and what is SQLite? SQLite is a small embeded database that allows the user to store data and query on…
Hey guys, today we are going to talk about how to call GD Script code from C# and vise versa! This is an important part using C# inside of Godot because GD Script being the main supported language there is…
Hey Guys, Today I thought it would be fun to show you a cool tool that allows you to make fast and free sound effects. Its very simple and easy to use, Chiptone located here: How It Works Chip…
Hey guys, today we are going to talk about how to set up Godot C# to work with Visual Studio and VS code! This is a very important part of using C# inside of Godot because using Godot’s internal editor…
Hey guys, today we are going to talk about how to integrate Python into Godot. Why? Because Python allows you to have a lot of nice features and plugins that Godot does not offer at this time! Also its really…
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…
Installing Unreal Engine First we need to install Unreal Engine so lets head out to epic games website and click on get epic games. This will pull down the launcher. Run though the setup and install the epic games…