Endless runner collisions
gamestudent
Member Posts: 504
Hey guys, so, the problem that I have is this: when my character is running, he is supposed to jump over the flying obstacles. when he hits one it destroys him. however, in the game it doesn't work. I'm using self.velocity to get him to move, and a simple rule with a collision condition. Any help?
Comments
You'll need to share your specific rules before we can work out what is going wrong