Canercanerozdemir.hashnode.dev·Dec 18, 2024Unity'de Yazılım Mimarisi Oluşturma : Bileşim (Composition) ve Kalıtım (Inheritance)Yazılım mühendisliğinin her alanında olduğu gibi, Unity ile oyun geliştirirken de en çok dikkat edilmesi gereken konulardan birisinin (belki de en çok dikkat edilmesi gereken konunun) doğru bir mimari ile projeyi yürütmek olduğunu söyleyebiliriz. Yaz...1 like·142 readsC#
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...301 readsC#
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...Master's Thesis: TerraSyncAugmented Reality
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·81 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 ...1 like·126 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...1 like·86 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, ...1 like·73 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...102 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...Unity3D
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, ...34 likes·111 readsGame Development