Collision suddenly did not work

Hello, So i was working with this project for a while now and after visiting it the collision suddenly did not work.

here is my project link: Dacillo_ODMA1_Finals | Editor (playcanvas.com)

Hi @Miguel!

With the current way of movement you don’t move the rigidbody of the player. You only move the visible entity. You need to change your movement script and move the rigidbody of the player with forces.

https://developer.playcanvas.com/en/tutorials/Using-forces-on-rigid-bodies/