Pathfinding Algorithms & Implementations In UnityIt is pretty surprising that the A* algorithm, the one being used in Unity’s NavMesh system for pathfinding, was actually found at 1968. In…Feb 28, 2024Feb 28, 2024
Async/Await & Unity AwaitableIt has been a long time since my last article — so, I hope all of you are doing well. This article will focus on the basics of async/await…Sep 25, 20233Sep 25, 20233
Addressables In UnityThe Addressable Asset System (Addressables) is a content management system that is built on AssetBundles.Oct 9, 2022Oct 9, 2022
State Pattern In UnityUntil digging into more detailed projects, I was happy sticking with basic enum definitions within the class for managing the Finite State…Jul 14, 2022Jul 14, 2022
Big-O NotationBig-O (O) is a mathematical symbol that points out the worst-case scenario of an algorithm in terms of time and input size. In the space of…Sep 17, 2021Sep 17, 2021
Actions and Func In UnityOn my previous article, I have explained Delegates and Events in Unity. Well, Actions are basicly the delegate and the event together. As I…Sep 2, 20211Sep 2, 20211
Delegates & Events In UnityI have started learning Unity in 2019, and Events were the part that felt me overwhelmed — which slowed my pace of learning for some time…Sep 1, 2021Sep 1, 2021
Command PatternEver wondered how the rewind/replay functionality works in games? The answer lies within the command pattern design system. Simply, the…Aug 17, 2021Aug 17, 2021
Object PoolingObject pooling is a design pattern mainly used for preventing continuous creation and destruction of a type of object — in other terms…Aug 16, 2021Aug 16, 2021
UI Optimization In UnityOn my previous article, I have tried to explain some main optimization topics in Unity. In this article, I will be focusing on Optimizing…Jul 27, 2021Jul 27, 2021
Basics of Optimization in UnityOn my previous article on Unity Profiler (click here), I have provided some basic optimization examples. Before moving on, please do not…Jul 25, 2021Jul 25, 2021
Memory Management in UnityOn my previous article, I have tried to provide a brief layout for using the Unity Profiler. Before moving further on, I have noticed that…Jul 23, 2021Jul 23, 2021
Unity ProfilerWhen it comes to optimization, Unity once again comes with a ready to use tool which is quite easy to use: Profiler.Jul 15, 2021Jul 15, 2021
Creating an AI Waypoint System on the Scene View by using OnDrawGizmosYesterday, I have spent some hours in searching the optimal way to guide my AI game objects along a curved path. First, I have tried to…Jul 13, 2021Jul 13, 2021
Weekly UpdateClosing to 120 day line on my journey, I have slowed my pace on the program and started to build & destroy some game prototypes. It only…Jul 7, 20211Jul 7, 20211
Daily ReportOn the last 2 days, I have started on building a new game. This will be the first game I am going to publish (hands crossed) — and I hope…Jun 29, 2021Jun 29, 2021
Introduction to AR: Basic Usage of VuforiaAs I have stated on the previous article, rather than the Main Camera, we will be using AR camera. By selecting GameObject — Vuforia…Jun 26, 2021Jun 26, 2021
Setting Up Vuforia with UnityTo develop applications with AR in Unity, we are going to use Vuforia Engine. Vuforia Engine is the most commonly used program for…Jun 25, 2021Jun 25, 2021
New Project: AR AnatomyToday, I am a little bit excited as I have started a new application which introduced me to the AR world.Jun 23, 2021Jun 23, 2021