I need some help with getting my shop ui to look good, its mostly with the layout, i can’t figure it out and i guess this looks good but its a bit messy. Any help would be appreciated
1 Like
In my opinion, it doesn’t look bad.
It just depends what you’re looking for, look for references online and look how they do it and then follow a similar approach.
This is how I’d make it better:
- Remove the UIStroke’s on the smaller text - and color the text a light shade of its background to make them blend better. Also, instead of making the strokes pure black, make them a dark shade of the color it’s enclosing.
- Bold big text, big text shows that it is important, and bolding it helps show that. Your buy button is an important aspect - and it is not bolded which draws my eye to less important things like the specs. You shouldn’t bold your description though, I’d just use a UITextSizeConstraint to keep it small while still using
TextScaledwhich is what I assume your using. - I’d look into RichText for your specs text, and would differentiate the spec to the value using font weight (make the spec have a normal weight, and the value a higher one).
- Try to find one font to match all the major aspects of your game. I see you have an intermission text in the background which uses a completely different font type than your shop. I’d read this article that goes into how to pick a good font for your media.
- If it still doesn’t look right to you, I’d use UIGradients to make it pop out more.
2 Likes
