Platform UI
Objective: build a fun and dynamic UI
My idea here is to have a UI display of lives and coins which resembles the real in-game player and coins!
After creating the canvas, I set it up in this way:
By choosing this render mode, UI will be painted on the camera and not as an overlay on the screen. This allow us to put 3D object in canvas as well as 2D ones. The plane distance is also…