I am creating a Climber game where in the player will jump from tree to tree to evade enemies and get coins. I’m having difficulties in moving / letting the object jump from a certain distance.
Is there any way to do this? I tried using Lerp but it only moves from 2 positions at a fixed position and I have 3 trees. I want to move it at a certain distance from tree to tree.