Hey, is there a short tutorial on how to implement tooltip?
I've been tinkering around and confused. I want a tooltip appear when users hover to sprite and not moving cursor. So I put this on the sprite
public void OnTooltip()
{
Debug.Log("triggered");
}
it does nothing.
need help Thanks!