In my MRTK Testing App I spawn multiple GameObjects(Interactables) with information from a small API. I now want to show the GameObject names in a tooltip when they get focused by anything. After a bit of googling I learned that there is a class named ToolTipSpawner but for me it is not clear what I have to do in Order to actually spawn and attach a tooltip.
What do I need to do to spawn/instantiate a tooltip from the tooltip spawner? Are there other, more practical ways?