- Home /
Moving an object back to original location using animation
This may be an unorthodox question, but I am trying to move an object back to its original starting position using a single frame animation. Basically the animation's one frame contains the position that I want the object to jump to. For some reason this isn't working. Is this the proper way to make an object skip from one place to the next? Keep in mind the object cannot be seen moving to the position, it has to just magically appear somewhere else.
Answer by Ed 1 · Oct 06, 2010 at 08:48 PM
You could create a script that sets the object position to where you want it to go e.g. the start. this would instantly move it from one place to the next.
Would have liked to use an animation, but thanks for the correct answer. Just to clarify -> object.transform.Translate(x,y,z)