Hello to all.
Is there a way to force the description text that hovers over the inventory items on a menu tu appear on top of everything? (Or at least on top of the texture used by the menu)
I ask this because I made an AC menu, with an inventory box. I applied a texture in the background texture field, and now the description text appears behind my texture (I know this because part of the text shows when I hover on top of the items that are near the border of the texture).
Thanks in advance!!
Comments
However, that only applies to Menus that are drawn with Adventure Creator. The drawing-order cannot be set between Menus that are drawn with AC vs those drawn with Unity UI, and if all your Menus are drawn with Unity UI you will have to use your canvas prefab's sorting values to control their display order.
You must make sure that this Menu is underneath all others. It is named "Hotspot" by default, but you may have changed it. You can send a Menu to the bottom of the list by clicking the cog to the right of it.