Can someone hellp with collision

Hello! I’ve been trying to figure out what did I wrong with my collision. As you can see in the video when I’m near the object the collision is not working however when I’m away from the object suddenly the collision work. Can someone tell me which part is wrong?

Hi @kyaah!

It seems like you are using a dynamic rigidbody and you currently move the entity directly with translate(), translateLocal() or setPosition(). Instead you need to move the rigidbody, for example by applying a force or using teleport().

It is hard to say what the video is showing. If you have a project someone can look at, then it will be easier to give an advice. There are many ways it could have been misconfigured.

1 Like