Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

equivalent of GoToFrame

Discussion in 'Animation' started by protoben, Dec 3, 2013.

  1. protoben

    protoben

    Joined:
    Nov 11, 2013
    Posts:
    39
    Im trying to learn the basics of scripting the animation system starting with controlling which image is being rendered in a sprite.

    I would love to be able to have a sprite go to a particular frame of animation and play or stop. Im trying to use the unity 4.3 animation pallet.

    Can anyone recommend any good articles or starting points?

    From the documentation here:
    http://docs.unity3d.com/Documentation/ScriptReference/Animation.html

    it says a good starting place is here: http://docs.unity3d.com/Documentation/Manual/AnimationScripting40.html but that seems to be a dead link.

    Does anyone know where that page is now a days? If not, does anyone have any recommendations for a good animation scripting starting point?

    thanks in advanced
     
    Last edited: Dec 3, 2013
  2. protoben

    protoben

    Joined:
    Nov 11, 2013
    Posts:
    39