Adrian Nugroho Pblog.drianium.com·Nov 20, 2024Pembuatan Struktur Direktori Project & Konfigurasi Perangkat LunakStruktur Direktori Project Struktur direktori dalam proyek penelitian ini dapat dilihat pada diagram pohon di bawah ini. Untuk mempermudah dalam proses pembangunan aplikasi, dibuat beberapa direktori berdasarkan fungsinya. Direktori AndroidProject be...DiscussMaster's Thesis: TerraSyncAugmented Reality
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·76 readsGame Development
Esteban Maldonadoestebangamedev.hashnode.dev·Oct 26, 2024Unity 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 ...Discuss·1 like·82 readsUnity Multiplayer ExperimentsUnity3D
Esteban Maldonadoestebangamedev.hashnode.dev·Oct 14, 2024Unity 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...Discuss·1 like·61 readsUnity Multiplayer ExperimentsUnity3D
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
Subhadip Sahasubhadipsaha.hashnode.dev·Sep 6, 202410 Essential Unity Tips to Boost Your Game Development WorkflowStruggling to keep your Unity projects organized and efficient? We’ve got you covered! Check out these 10 essential Unity tips that’ll help streamline your game development workflow and make the process much smoother. Game development with Unity can...DiscussUnity3D
Subhadip Sahasubhadipsaha.hashnode.dev·Sep 4, 2024FeaturedI Made a Game That Replicates Beat Saber — But on Mobile VR!Ever wanted to play Beat Saber but couldn’t justify spending a ton of money on a VR headset? Let me show you how I brought this popular game to life on a budget using just mobile VR. The Challenge: Expensive VR Headsets VR headsets like Meta Quest, ...Discuss·33 likes·101 readsGame Development
Srawan Paudelsrawan.hashnode.dev·Aug 21, 2024Simplifying Singleton Patterns in Unity with a Reusable Base ClassSingleton patterns are a fundamental part of many Unity projects, ensuring that a class has only one instance throughout the game. However, writing Singleton code repeatedly for different classes can be tedious and error-prone. In this blog post, we'...Discuss·1 likedesign patterns
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