So, I'm making a 2D platformer and I need the player to push and pull some crates. The player and the objects are KinematicBody2D's. I tried with raycasting and Area 2D detection, but I can't get the desired effect.
The player uses the moveandslide func so I cant get a colliding response. Should I use moveandcollide? and when the player collides with the object, it modifies the motion property of the object?
thanks in advance