Making a Simple Game in Unity - Level Select - Unity C# Tutorial (Part 10)

We start our simple over-world level-select system. 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 level selection menu, and more. If you are interested in this se
Back to Top