Progress Update: UI

Matthew Clark
Apr 6, 2021
Main Menu

Today I was able to add UI to my game. I created the main menu, health and score UI, and the game over scene. Unity makes in simple to create cool UI elements using the canvas and the namespace Using.unityengine.UI

It is very simple and also very powerful.

Health and Score UI
Game Over UI

--

--