Published inC# Programming·PinnedMember-onlyMaking a RTS game in Unity (C#)Table of contents — Let’s learn how to implement the various systems that make up a real-time strategy game in the well-known game engine Unity! Throughout this series of tutorials, we will explore C# scripting for games, GUI building, event systems, sound optimization… 📕 Get the ebook and bonus material on Gumroad! 🚀 Find the…Csharp3 min readCsharp3 min read
Published inCodeX·3 days agoMember-onlyImplementing a simple 2D character controller (Godot 4/C#)Let’s create our own 2D avatar using physics & scripting! — You know, all those little 2D games where you control a little avatar that’s jumping around and running on platforms? Well, today, we’re going to see how to create such a basic 2D character controller in Godot 4 and C# :) By the end of this tutorial, you’ll know how…Godot16 min readGodot16 min read
Published inCodeX·5 days agoMember-onlyThe power of Godot 4’s 2D Tilemaps!Let’s see how to easily create 2D levels thanks to tilesets and tilemaps :) — Ever wished you could draw a 2D level just by the click of your mouse, and auto-turn it into a terrain for your 2D little avatars to walk on it? That’s actually fairly easy to do thanks to tilemaps! By the end of this tutorial, you’ll know how to import…Godot10 min readGodot10 min read
6 days agoMember-onlyGoodbye, Unity.After 15 years, I’m sadly forced to stop working with Unity. — Today is a kind of a special episode, cause it’s the last one I’ll be doing about the Unity game engine per se — at least until things get back to normal, if they ever do. As you probably know, there’s recently been a big announcement from Unity on Septembre…Unity8 min readUnity8 min read
Sep 15Member-onlyA short beginner’s guide to discovering Godot 4Wondering how to dive in this nice free & open-source engine? Learnt the basics with this getting-started guide! — With everyone looking for alternatives to Unity after their new “fee” announcement, and considering Godot, thought I’d make a little “getting started” bouncy ball tutorial… I hope it can help some game devs with the transition, and help people discover this really cool free open-source game engine :)Godot13 min readGodot13 min read
Published inCodeX·Sep 8Member-only5 (more) Unity tips you need to knowWanna level up your game dev? :) — A while ago, I published a little article with some useful Unity tips I’d encountered over the years. But let’s be honest: 5 tips is far from the whole thing! After over 15 years using Unity, I’ve seen it evolve and improve a lot — and I’ve also learnt many…Unity8 min readUnity8 min read
Published inC# Programming·Sep 5Member-onlyThe power of the C# Linq lib!How many of those C# data querying tricks do you know? :) — When we have a big C# project, we soon start to juggle around with lots of data. This data can come from various sources: it can be handwritten by the devs, extracted from a database, retrieved from an online URL… Because all of these sources might have different conventions, you…Csharp7 min readCsharp7 min read
Published inCodeX·Sep 4Member-onlyChatGPT: Dumber Than You Think?A condensed sum-up of the base concepts behind the 2023 generative AI phenomenon! — 2023 has been an important year for AI. And, in particular, it’s been a real milestone for generative AI. …AI13 min readAI13 min read
Published inCodeX·Sep 1Member-onlyAdd a hover animation to an object in Unity/C# — in 20 sec!Let’s learn how to create a simple movement with C# :) — Do you want to give the objects in your game scene a bit of life? How about animating a sphere with just 3 lines of code? Today, let’s see how we can make a simple hover animation for an object in C# :) 👁 Watch as a 20" video This tutorial is also available as a…Unity3 min readUnity3 min read
Published inCodeX·Aug 25Member-onlyMake smooth scene transitions in Unity/C#Wanna cross fade visuals and audio when switching between two Unity scenes? — You can find the full code to this tuto on my Github 🚀. This tutorial is available either in video format or in text format — see below :) Why have scene transitions in your game? Having some transitions between your game scenes is a really nice way to keep your players hooked while changing context…Unity8 min readUnity8 min read