Hello,
I am trying to have a character jump smoothly to a specific spot. From there, the character should jump smoothly to the next spot.
So far I tried pathfinding, 8way movement and platform behavior but it doesn't really work the way I want.
The idea is it that I have four holes in the ground where a boss enemy jumps out from one and into the next hole. Since there are four i want the boss to randomly spawn and pick a random hole, so the distance should be different, otherwise it would be easy XD