Movement in copy of Tube Spin game
Hello! I'm looking for some advice on how to achieve such "precision" jumping as in Tube Spin game.( https://www.youtube.com/watch?v=hMo8jSKNsJI ) I just tried to use jump animation on object graphic and turn on the trigger at the end, which checks if the ball is on platform, but after a few jumps ball doesnt hit the middle of platforms.
What is the best way to do this?
I have some more ideas. Coroutines with transforms and Vector3.lerp on height and length should work well, but maybe its unnecessarily complicated? Using rigidbody and physics material with bounciness will probably cause the same problem, or even worst.
Your answer
Follow this Question
Related Questions
Confused about how AddForce works 1 Answer
How to make a object jump constantly at y and move to the next position to z (perfectly) 0 Answers
My 3D character is flying up when I jump 1 Answer
How to jump to a point using CharacterController? 0 Answers
Need Some Help in Mathematics for my Stone Skipping game 0 Answers