Basically I’m trying to throw an object from a point… have it sort of arc out but return to the origin. Even the origin is moving point. It should return to it.
I played with the example on. Unity - Scripting API: Vector3.Slerp
Unfortunately, it does not work on button press. It immediately moves to the sunset position without arcing. Is there a better to do this?