Trinh Namnech.hashnode.dev·5 hours agoVật thể 3D trong Game được cấu tạo từ những gì?Game 3D luôn khiến chúng ta bị cuốn hút bởi những hình ảnh chân thực, sống động của các nhân vật, bối cảnh. Nhưng liệu bạn có biết, những vật thể 3D này được cấu tạo như thế nào? Bài viết này sẽ giúp bạn hiểu rõ hơn về cấu tạo cơ bản của một vật thể ...3d model
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·Jan 28, 2025Unity'de Yazılım Mimarisi Oluşturma: Event Tabanlı MimariBir yazılım mimarisi oluştururken, o mimariden beklenen bazı kriterler vardır. Bu kriterlerden biri, mimarinin kolay bir şekilde test edilebilmesidir. Aynı zamanda, mimariye ekleme yapıldığı durumlarda da bunun çok zaman almadan yapılabilmesi çok öne...156 readsC#
pomelopomelog.hashnode.dev·Jan 22, 2025[유니티/Unity] WebGL로 빌드하여 NextJS와 연동하기개요 React Unity WebGL 를 사용하여 NextJS와 Unity WebGL 연동을 구현한 간단한 예제입니다. 유니티 프로젝트 생성 프로젝트를 생성하기에 앞서 WebGL을 사용할거라서, 사용할 유니티 버전에 WebGL이 추가되지 않았다면 Add modules로 추가해줍니다. 유니티 프로젝트를 생성후 NextJS에서 데이터를 받아와 출력해줄 UI와 NextJS로 데이터를 보낼 UI를 구성해줍니다. 구현이 번거롭다면 Github...unity
Natachi Nnamakanatachi.hashnode.dev·Jan 2, 2025Step-by-Step Guide to Deploying a Unity WebGL Game on Cudos IntercloudDeploying a Unity game on Cudos Intercloud allows developers to leverage decentralized cloud infrastructure, ensuring scalability, security, and global accessibility. This comprehensive guide provides detailed steps to deploy your Unity WebGL game on...CUDOS Intercloud
Austin Sullivansudsware.hashnode.dev·Dec 29, 2024IntroductionI create things under the name Sudsware. Watch this blog for Sudsware updates! This includes: 🏝️ design journeys and feature development on personal projects, typically involving use of the Unity real-time 3D engine 🧑💻🎨 general software develo...realtime3d
Tharun Adithiyatharunadithiya.hashnode.dev·Dec 24, 2024Introduction to Unity Editor interfaceAlright, let me quit yapping about my story for a while and let me dive into something technical. Unity2D Interface: If you’re interested in using Unity for game development, it’s essential to be familiar with its interface. In this blog, I’ll give a...1 like·27 readsunity
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·281 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...387 readsC#