Tag: Advanced

Optimize Your Games In Unity – The Ultimate Guide

Reading Time: 34 minutes One of the most important parts of game development is optimization which ensures your game will run smoothly on your target platform. This article is a detailed guide on every optimization part that I have learned so far in my game development journey

Enemy AI With Behavior Trees In Unreal Engine

Reading Time: 23 minutes Behavior trees allow us to create advanced and realistic AI behavior in our game. In this tutorial we are going to learn how to use Behavior Trees to create an advanced AI that will search for the player and attack him