how can i prevent two static objects from overlapping each other?
what i did- i created two objects spaceship1 and spaceship2,i created buttons to control spaceship1 and it worked perfectly,but then just for fun i created another spaceship(spaceship2) to see what will happen if i collide them both
what i saw- i expected them both to collide just like when a dynamic object collided with the static object
but instead of colliding they were overlapping each other.
