Disable psychics collisions and leave trigger detection in Unity2d
I have two objects with RigidBody2D and two BoxColliders (2D) first is trigger second is collidable
i want to turn off psychical colliding between this two objects (i need it to objects stay at ground)
and leave trigger detection working in code.
Disable psychics collisions and leave trigger detection in Unity2d
I have two objects with RigidBody2D and two BoxColliders (2D) first is trigger second is collidable
i want to turn off psychical colliding between this two objects (i need it to objects stay at ground)
and leave trigger detection working in code.