I've been trying to have a green outline on top of the Inventory and Shop whenever I either hover my mouse over the container or inventory element button or click the button itself. I've tried assigning each Inventory with a Unity Object Property with a Green Outline Sprite Image and then have the Labels Type in the Menu Editor set to Inventory Property so that it can link to the Green Outline Property. Unfortunately, Labels has to have a Text Link to it and not an image. Is there a feature like that to just display an Image once the cursor hovers or clicks on the Inventory or Shop Button Element?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Are you using Unity UI? You can control the appearance of selected Buttons using the Transition panel in the Button component. An Animator that shows/hides a green outline that's on a child Image could do this.