So I am currently in the process of creating UI for my game, one issue that has become present is that the UI doesnt exactly fit well on all devices.
Now before you say it, yes I know about scale. That isnt the issue.
A lot of things, for instance elements that contain text, are set to a size that looks good with that exact text size, but on mobile devices, things get smaller, and you somehow have to cram all this information onto a tiny screen.
And with console you got this big tv screen (sometimes), which makes everything look way too small.
This isnt just with text, but other things that use offset cause otherwise the padding gets really wild.
One thing I’ve considered is having different UI’s for different devices, which is probably a good option to go with, but Im still curious, thus this post lol
So any tips to help make everything fit would be much appreciated.
And yes for the record I did search before posting, all I found was posts about scale