Making a Simple Game in Unity - Level Complete Window - Unity C# Tutorial (Part 8)

We create a window that pops up when we complete a level that calculates our score, time, and level progression. 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 selec
Back to Top