GSoster / unity-official-tutorials

repository for unity tutorials from the unity site (https://unity3d.com/learn/tutorials)
6 stars 2 forks source link

[Space Shooter] Player Healthbar #9

Open GSoster opened 7 years ago

GSoster commented 7 years ago

Add a player healthbar that also displays the shield value. Right now the player is destroyed if touched by an enemy/asteroid without a shield.

GSoster commented 7 years ago

Tasks to make player healthbar possible:

GSoster commented 7 years ago

This is on hold until the HUD system is restructured: #10