How to detect the “touching” of a non-collidable object?
The impact sensor seems to only detect objects that are collidable. I have a non collidable object I’d like to be detected whenever it passes through the target object. I could use a trigger zone and a tag, but it’s not ideal.
Is there another way to achieve this?
-
On top of that, the object must be Moveable to sense touching, as well :(
-
Maybe try to lable the object and use an impact sensor, hope that helps
-
Would a trigger zone work?
Please sign in to leave a comment.