Search Unity

Problem with the 2D Gameplay Tutorial

Discussion in 'Community Learning & Teaching' started by mattb, Mar 23, 2009.

  1. mattb

    mattb

    Joined:
    Mar 23, 2009
    Posts:
    72
    I am having some trouble getting the 2D gameplay tutorial to run. When I try to play it, it says that it is missing all of the animations. This is the messge I get:

    The animation state idle could not be played because it couldn't be found!
    Please attach an animation clip with the name 'idle' or call this function only for existing animations.
    UnityEngine.Animation:CrossFade(String, Single)
    PlatformerPlayerAnimation:Update() (at /Users/mattbruun/Desktop/2D Gameplay Tutorial/Assets/Scripts/2D/Character Controls/PlatformerPlayerAnimation.js:61)

    [Animation.cpp line 373]

    Anyone have any ideas?

    Thanks!
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    sounds like an import problem or you try to run it on the wrong object