Reviving thread for some solutions:
- You probably didn’t set the length of the timeline.
Either you need to set the length to your last key that you want the timeline to end on or set “Use last keyframe” to true in timeline (the button right next to the length), so it would do it regardless of the length.
- As explained here.
- You’re probably trying to lerp current location to new location.
What you need to do instead is use a static variable for the current location, basically save the location in a variable and then lerp it to the desired location.