Collision

I have an actor that moves using keyboard input that collides with another actor to stop it from walking through a wall. Once the collision occurs the 2 actors are stuck together, basically I can’t walk away from the wall.

I have tried using some of the physics attributes to the actor that moves to no avail.

Could anyone point me in the direction to allow the moving actor to walk away from the wall it has just collided with?

Many Thanks

Chris

Comments

Sign In or Register to comment.