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!