Hi,
I have started converting my Ork2 project to Ork3 and I have been unable to figure out how to get the tooltips to work with the Status Effects (using Status Effect Radial Duration tutorial) and the Shortcut HUD. The tooltips are working for the battle menu and combatants. I'm learning the new UI setup so I could easily have missed something.

My tooltip HUD has no tooltip checks so it should work with everything.

Thank you!


  • There's the HUD Tooltip component available for that (not the content provider version).
    It adds whatever content is provided to it via it's selected content provider component as a tooltip. E.g. added to a status effect UI prefab will have the effect as tooltip.

    One thing to keep in mind, this works only when added to something that can be hit by UI raycasts, e.g. something with an image or text, etc.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • That works perfect. Thank you!
Sign In or Register to comment.