I have game objects that should have kinematic rigidbodies but need to receive OnTriggerEnter2d() calls. How can I make an object physically immobile or even pass-through while still receiving collision triggers?
Attach a collider to the kinematic rigidbody and then set the collider isTrigger to true.