Hi,
do Tooltips not work with 3D cameras?
The reason I ask is that I use UITooltip in a lot of places in my game and they work as intended - in a scene that only has 2D UIs.
I not added a tooltip in a scene with only a 3D UI and there the tooltip does show ... But at pos.z = -700, which is shortly before the 3D camera. If I could set the near clip plane to 0 it would maybe show up. But at 0.01 it doesn't.
As a result, I can see the tooltip in the Scene, but not in the Game preview.
Any thoughts? Thx