So there's an issue I've had when implementing a few UI elements in my game.
In-game, whenever a player has picked up a power-up, a series of small icons appear on the UI.
View attachment 163806
THE PROBLEM:
Whenever the window is resized, the UI icons begin to adjust position relative to the size of the window instead of remaining in place like the UI text objects.
View attachment 163804
View attachment 163805
How am I able to implement the UI...
UI Image Anchoring/Scaling Problem
In-game, whenever a player has picked up a power-up, a series of small icons appear on the UI.
View attachment 163806
THE PROBLEM:
Whenever the window is resized, the UI icons begin to adjust position relative to the size of the window instead of remaining in place like the UI text objects.
View attachment 163804
View attachment 163805
How am I able to implement the UI...
UI Image Anchoring/Scaling Problem