Godot Version
4.2.1 Stable
Question
Hi folks!
I’ve really been enjoying Godot! I’m still a noob, but have worked through a couple of courses, and a game jam. And it’s these “easy” things that get me. I’m surely missing something obvious & could use a pair of experienced eyes.
Anyway, I can’t get the RayCaster3D & The 2D reticle to align
The Reticle:
A control node (full Rect) > CenterContainer (anchored center) > several 2D lines
RayCaster:
Child of camera3d node > positioned & pointed the same
But… the RayCaster shows collision when the reticle is CLOSE but not ON the spot.
What am I missing?