Score and Health not showing

So, when I maximize on play in the game window of Unity, I can’t see my health and score text fields.

Also, when I try to create a build, it doesn’t show in my build executable either.

I tried looking back through the set up of the canvas and the window to see if maybe there was something that I missed, but I didn’t notice anything. As far as I can tell, everything is set up the same way as how Rick set his up. Unless maybe it’s something to do with the Health and Score fields. Anyone else have this issue?

Hi,

Our game was designed for a specific aspect ratio. It is not responsive. You could achieve some responsives for UI-elements by adjusting the achors. See here:

https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/UIBasicLayout.html

Did this help? :slight_smile:


See also:

Thank you, Nina!

My score and health text fields showed up when I set the anchors to stretch!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms