I have an item shop in my game, and it’s functioning well. I wanted to make it so hovering over one of the items makes it get bigger. The problem is, everything is in a ui grid layout, so I don’t know how to change the size of an individual button. If anyone could try to help it would be greatly appreciated. Thanks!
1 Like
You can add a UIScale instance to the particular button.
4 Likes
The uiscale worked! thank you so much.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.