I am following the unity tutorial, and I am following the step of collision detection. I have an object with a script that detects collision, both it and other objects have the box collider component. But when they collide the collision does not happen why is that?
I got the objects to collide with each other.
But the trigger seems to disappear after moving for a bit.
I thought it was the gravity, but the object still disappears with graity off.
how do I fix this