I have trouble for getting collision in my game.
I have a physics room and some object. I have two objects where uses physics
is active.
I make them collide. and it's still ok.
But when I try to add some object without uses physics
in my room physics,
the two object before can't collide again.
If I remove the object without uses physics
, the two object before can collide again.
How to solve the 2 objects with uses physics
before. in order to be able collide as before, even though I add objects with non physics in my physics room.
I'm sorry for my bad english.