Need help| Annoying Error in Unity 4.0
So i'm gonna make this thread short if u need more information just ask this is really annoying how can i fix it?
Here is my script code ( i just started making it and i noticed that when i press the fire1 mouse button it can't find animation
)
-------------------------------------------------------
function Update (){
if (Input.GetButtonDown("Fire1"))
animation.Play("shoot1");
}
-------------------------------------------------------------
I've attached a photo...
I see this section isn't very active hope someone can help...
Here is my script code ( i just started making it and i noticed that when i press the fire1 mouse button it can't find animation
)-------------------------------------------------------
function Update (){
if (Input.GetButtonDown("Fire1"))
animation.Play("shoot1");
}
-------------------------------------------------------------
I've attached a photo...
I see this section isn't very active hope someone can help...
