Tharun Adithiyatharunadithiya.hashnode.dev·Feb 15, 2025Enemy Bounce-Off in Unity2DWelcome Back! Devs. In this blog I will explain how to implement an enemy bounce-off mechanism in a 2d game using unity. Let’s dive into it. Enemy Bounce-Off Mechanic in Games The enemy bounce-off mechanic is a classic feature in many platformer and ...2 likes#PlatformerGames
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
Canercanerozdemir.hashnode.dev·Feb 9, 2025Unity ve C# Özelinde Önbellek Dostu Kod YazmaÖNEMLİ NOT: Eğer C# özelinde bellek yönetimi konusunda bilgi aşinalığınız yoksa, bu yazıda anlatılan bazı yerler anlaşılmayabilir. Bu konuda daha önce yazdığım C# Özelinde Bellek Yönetimi ve opsiyonel olarak Garbage Collection yazılarımı okumanızı ta...287 readsC#
DoePixeldoepixel.uk·Jan 29, 2025I’m Not Asking, Black History Month PNGI’m Not Asking, Black History Month PNG: 🔍 Check out I’m Not Asking, Black History Month PNG now! Explore this 📁 t-shirt designs and claim your 🆓 free download here. Let's start crafting together! 🚀 I’m Not Asking For Your Permission To Be Great,...voices
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
pomelopomelog.hashnode.dev·Jan 21, 2025[유니티/Unity] Firebase를 통해 Google 로그인 구현하기 - 1. 환경 설정🎉 Firebase 프로젝트 생성 Firebase를 사용 하기 위해 프로젝트를 추가해줘야 합니다. 아래 순서에 따라 프로젝트를 생성해주세요. Firebase Console에 접속하여 프로젝트 만들기 프로젝트 이름 입력 애널리틱스 사용 설정 (당장 사용할 내용이 아니라면 비활성화 해주셔도 됩니다.) 잠시 후 프로젝트가 생성된 것 확인 🗃️ Unity 앱에 Firebase 구성파일 추가 추가된 프로젝트의 메인화면(프로...파이어베이스
pomelopomelog.hashnode.dev·Jan 21, 2025[유니티/Unity] keystore 생성📢 Keystore 파일이란? Android 앱을 출시하려면 필수인 Android 앱을 서명하는 데 필요한 키(비공개 키와 공개 키 쌍)를 저장하는 파일. 안전성과 신뢰성을 보장하기 위함 🔒 Keystore 생성 File > Build Settings… 선택하여 Player Settings… 진입 Android > Publishing Settings 항목 진입 후 keystore Manager… 선택 (오니티 2022.3.55...키스토어
Trinh Namnech.hashnode.dev·Jan 17, 2025Design Pattern P1: Observer PatternKeyword cần lưu ý CouplingLà hiện tượng phụ thuộc lẫn nhau giữa các module, class, hoặc thành phần trong một hệ thống phần mềm. Coupling cao nghĩa là các thành phần phụ thuộc chặt chẽ vào nhau, và ngược lại Event-driven programmingLập trình hư...Design Pattern in Game Programmingdesign patterns
pomelopomelog.hashnode.dev·Jan 7, 2025[유니티/Unity] Cursor를 기본 에디터로 설정하는 방법아래 내용은 Mac OS를 기준으로 작성되어있습니다. 상단 메뉴창에서 Window > Package Manager 실행 Add package from git URL… 선택 아래 URL을 복사하여 입력 후 Add 버튼 클릭 https://github.com/boxqkrtm/com.unity.ide.cursor.git 설치된 내용 확인 상단 메뉴창에서 Unity > Settings… 선택하여 Preferences 창 오픈 ...47 readscursor