Attached screenshot of the inspector.
Before UITooltip.ShowText() is called, the tooltip panel was at (0,0,0)
After UITooltip.ShowText("some text") is called, the tooltip panel position changed to (-272,260,-663.5147)
I only just created the TooltipPanel, and don't have any code that alters the position of this panel. Is there anything else that might have been set wrongly?