How do I ensure objects that should collide from passing through eachother?

hesdeadjimhesdeadjim Member, PRO Posts: 38
I've made my players actor collide with a rotating object. Usually it collides, but one out of every 30 times it passes right though. How can I make sure it never passes through? Thanks

Best Answer

Answers

  • CatGoneCrazyCatGoneCrazy Member, PRO Posts: 90
    edited July 2013
    You could always make another actor around the first, very slightly smaller, with a collide rule and a circular hitbox? Surely it won't pass through both?
  • hesdeadjimhesdeadjim Member, PRO Posts: 38
    I hadn't thought about the speed but my actor is moving fast when it passes through. I'll try to slow it down and add an extra hidden actor. Thanks
Sign In or Register to comment.