When i put two collision objects on one platform the whole platform just dissapears. Whats wrong help me. I dont get any errors
As with your other question my guess would be that the collision object is of type dynamic which will prevent you from moving it yourself.
A tip is to enable physics.debug
in game.project
to see the collision shapes.
1 Like
Msg.post(“@system:”,”toggle_physics_debug”)
Put this in ur script to see the collision objects can be useful
1 Like