estebangamedev.hashnode.devExploring Unity 6's Mixed Reality templateContext As I continue to have a goal of learning more about the world of XR development, I’m happy to see that there are many free resources available that help you to dive into this field. In this article, I’ll cover how you can get started using un...May 14, 2025·7 min read
estebangamedev.hashnode.devUnity Multiplayer | 2 players per device in a game (Pt. 2, simple split-screen)Our goal today In my previous article, we went over how easy it is to have 2 players join a multiplayer session from 1 device, each using a separate set of keyboard keys for movement input, and here’s how that looks: The 2 blue cubes are owned and ...Oct 26, 2024·10 min read
estebangamedev.hashnode.devUnity Multiplayer | 2 players per device in a game (simple version)Context A few days ago, I attended a game development meetup in Bogotá, Colombia. At the event, I was invited to come and give a talk about Unity’s new multiplayer features in Unity 6, using Netcode for GameObjects as the netcode solution. During the...Oct 14, 2024·7 min read
estebangamedev.hashnode.devFast multiplayer prototyping with Unity 6Context This year in March during the Game Developers Conference in San Francisco (GDC 2024), Unity announced a series of changes to their new editor version called Unity 6. Part of their message was the new updates to how you can make online multip...Jun 20, 2024·10 min read
estebangamedev.hashnode.devLearning Unity | Modding the Karting Microgame sampleContext I wrote this blog post as an example on how can one easily start creating a development story. I'm creating it with the following persona in mind: I'm an aspiring game developer, that will explore a Unity game sample and try to make a modifi...Feb 3, 2024·7 min read