NachiketforTech Stacksmy-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...Discuss·10 likes·72 readsGame Development
Deniz TrakaforDTWorldzdtworldz.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...Discuss·32 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, ...Discuss·1 like·32 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...Discuss·92 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 ...Discussunity
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 ...DiscussAugmented 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 ...Discuss·4 likes·119 readsunity
Bear Evansblog.thebear.dev·Jun 4, 2024How to Manage Scene References in Unity with Scriptable ObjectsScenes are a fundamental building block of Unity projects. All of your game's objects, from lights to cameras to terrain to characters, all must exist in the context of a scene loaded into memory. These packaged scenes are loaded or unloaded as neede...Discuss·70 readsUnity3D
Idea Usherideausher1.hashnode.dev·May 29, 2024Navigating the Game Development Landscape: Unity vs Unreal Engine 5 in 2024In the realm of game development, choosing the right game engine can be a pivotal decision. As we step into 2024, the competition between Unity and Unreal Engine 5 continues to intensify. Both are industry giants, each with its own set of strengths a...Discussunreal-engine
Bear Evansblog.thebear.dev·May 19, 2024Implementing Reversible Actions using the Command PatternSequential and reversible actions are common in gaming. You may want the player to be able to issue a round's worth of moves to multiple units and reverse the actions if they decide it's a bad move, or make multiple selections in a menu and only undo...DiscussUnity3D