GSoster/unity-official-tutorials

[Space Shooter] Structure the HUD

GSoster opened this issue · 0 comments

Every Text that is presented on the screen has its own canvas. The HUD is disorganized and it is hard to work and add new features.
It is necessary to create a single canvas element, add a group and organize all the Texts inside it. Also, update the references in scripts to this new approach.