Making a Simple Game in Unity (Part 2) - Unity C# Tutorial

Learn how to create a simple enemy patrol system. We’ll use “waypoints“ throughout the map for the enemy travel between. Making a Simple Game in Unity is a series that will be focusing on the fundamentals of game development. We’re going to be creating a simple game where you are to move the player to the goal while avoiding patrolling enemies. We’ll learn how to create patrol points for enemies and allow them to travel between them, accumulate score based on time and token collections, a lev
Back to Top