This is just the demo tutorial.  It has 2 levels and the main menu.  I ran into a problem where I couldn't get the Game Over screen to pop up when my character died.  If you could tell me what I need to do to fix that that would be great!

Download

Download
Windows.zip 29 MB
Download
MacOS.zip 50 MB

Comments

Log in with itch.io to leave a comment.

Please make a discussion post on D2L about your Game Over screen issue and provide some screenshots of your menu set up in Unity (including the inspector) and this will help us in helping you fix that. The first thing to check is that your Game Over screen is added to your UI manager's list of UI pages. Then also make sure that your Game Manager has its Game Over Page Index setting set to the same number as the index in the UI manager's list for your game over page. If those are set up correctly you may just need to turn on the UI backdrop underneath your GameOverScreen to make sure it is showing when the parent game over screen is turned on by the code.