New bugs in my game

  • Endless Runner
  • Obstacles Right to Left
  • Player constrained to X position, can only move up from Y axis

If the Pause/Unpause button is pressed constantly, the obstacles don't spawn anymore. This is because spawning an actor is true when pause is false and false when pause is true. Essentially, the player could keep pressing pause/upause for the entire game an hit no obstacles. Should I be concerned about this, because who would keep pressing pause/unpause constantly?

Since, my actor is constained to only X position, when the player is paused in the air (jumping) and I press the unpause button, it drops straight down. It saves the Y position when paused. I just want it to continue the perception of it making an arc jump over the obstacle, even though it is just moving in one axis.

Sign In or Register to comment.