On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Guys I need help, so I'm trying to add HUD to my game so I can make some systems(Like health or scoring system), and I didn't know how to do it so I just wanted to quickly check how it's done and I found this when I tried to do it for my own game, pls tell me If I did something wrong

You have to import UnityEngine.UI by adding "using UnityEngine.UI" at the top of the script.

damn I didn't notice that, thanks man