Jude Maxwelljudemaxwell.hashnode.dev·Feb 14, 2025The Future of Game Development: Why Unity is Dominating the IndustryIntroduction The gaming industry has witnessed remarkable advancements over the past decade. As technology progresses, developers seek flexible and efficient tools to build immersive experiences. Among various engines, Unity has established itself as...unity
Kevin Markleyblog.floating-leaf-games.com·Feb 4, 2025Android DevelopmentHere are some things I needed to do for my mobile game.Mobile DevelopmentMobile Development
Canercanerozdemir.hashnode.dev·Dec 11, 2024Unity ve C# Özelinde Bellek Yönetimi: Garbage CollectionDaha önce yazdığım bellek yönetimi ile ilgili yazımda, heap belleğinden bahsetmiştim. O yazımda, garbage collection’ı da çok kısa bir şekilde özetlemiş ve başka bir yazımda garbage collection ile alakalı daha çok bilgi paylaşacağımı söylemiştim. Bu y...387 readsC#
Nachiketmy-learnt-tech-stacks.hashnode.dev·Nov 8, 2024Game DevelopmentIntroduction I’m excited to share my experience of learning game development—a detour from my usual focus on data structures and algorithms. Working with Unity and C# is a blend of coding and creativity that offers a unique kind of challenge. While m...10 likes·89 readsGame Development
Deniz Trakadtworldz.hashnode.dev·Nov 4, 2024Crafting System Now Live: Introducing Version 1.0.3 of the 2D RPG Project Accelerator!Hello fellow developers and RPG enthusiasts! I'm excited to announce that version 1.0.3 of the 2D RPG Project Accelerator has officially been released, and it includes a major new feature: the Crafting System. This update brings an immersive crafting...10 likes·40 reads2D RPG Accelerator2d
Md Maruf Howladermarufhow.hashnode.dev·Sep 29, 2024Runtime Mesh Generation in UnityWhat is Runtime Mesh Generation? Runtime mesh generation refers to the ability to create and manipulate meshes dynamically during the execution of a game or application. Instead of relying on pre-built 3D models, you can generate complex geometries, ...1 like·151 readsProcedural Generation
Md Maruf Howladermarufhow.hashnode.dev·Sep 15, 2024The Basics of 3D Space in UnityUnity is one of the most popular game engines for 3D game development. To create immersive 3D worlds, it’s essential to understand how Unity’s 3D space works. In this blog, we’ll cover the fundamentals of 3D space in Unity and how you can interact wi...115 readsunity
Biz Bloggerifthenelse.hashnode.dev·Aug 7, 2024An Introduction to Game Development with Unity and C#Unity is a popular game development platform that uses C# for scripting. Here’s an introduction to game development with Unity and C#. 1. Set Up Unity Download and install Unity Hub and the Unity Editor. Create a new project. 2. Create a Simple Game ...unity
Utkarsh Raistarkmark1.hashnode.dev·Jul 20, 2024Weeks 3 & 4 at S5: Hustle, Feedback, and Progress!Welcome back to my journey with Nights and Weekends S5! In weeks 3 and 4, the pace picked up significantly as I launched my project, Heaven Estate, and iterated based on user feedback. From integrating Firebase with Unity to designing VR rooms, it’s ...Augmented Reality
Ayberk Kahramanmuffinndev.hashnode.dev·Jun 6, 2024Unity Tutorial: Designing a Modular Character State MachineWhat is a State Machine? A state machine, or finite state machine (FSM), is a computational model that designs systems with a finite number of states. It consists of: States: Distinct modes of the system. Transitions: Conditions that trigger state ...10 likes·929 readsunity