Hello dear community!
I have currently designed a node that renders a camera/ui onto a viewport on a mesh. One can simply assign a PackedScene
and it will be displayed on the PlaneMesh
. To make use of the "floating UI" i would really need to be able to detect a collision from the collision shape in the viewport with a 3D raycast from my player. Is there any possibility for that?