i want to be able to know the following positions when animating an object:
Last Frame transform.position
Current transform.position
i know how can i get the current transform.position just by asking transform.position in the LateUpdate(){} callback.
but how can i get the last frame position?
Thanks!