Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: chiblue on December 01, 2016, 05:55:36 AM
-
I have a panel with a grid that is a horizontal list. I also have a tooltip object called when you are over the grid list gameobjects. Problem is that the tooltip is always behind the elements in the grid... no matter how high I set the "depth" on the tooltip it still shows behind the grid elements. As a side, the tool tip works great on all my none grid controls..
-
You need to make sure that your tooltip resides on a panel that's above others.
-
Wow that was easy... thanks