UI Difficulties - Brandon Davis


Part 1: The Problem

I was tasked with creating an early version of the UI. The UI will currently hold bars for the health and the mana for magic. I created two different widget to combine to make the hud. The problem arose after combining the widget together, the health and mana bars were not correctly filling the canvas and was not displaying its full length on screen and where not positioned correctly.


Part 2: The Solution

After further investigation I found a few problems. First the bars did not have the right child hierarchy. Second when combining the widgets I didn't anchor the bar widget in the right place. Lastly I need to move the alignment of the parts to have them positioned correctly.

Leave a comment

Log in with itch.io to leave a comment.