I can't seem to use Cogito for the most basic stuff #385
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey, so your root node Also make sure that the collision detection layers are set properly. |
Beta Was this translation helpful? Give feedback.
-
Thanks a ton mate! For anybody else, what I did was
|
Beta Was this translation helpful? Give feedback.
Hey, so your root node
TicketWorker
needs to be either a RigidBody3D or StaticBody3D or similar node (otherwise the collision detection won't work and the interaction raycast can't detect the object).Also make sure that the collision detection layers are set properly.