animation layer アニメーション レイヤー化

//数字が大きい方が動いているときは、そちらが優先して再生される。
function Start ()
{
animation[“idle”].layer = -2;
animation["attack01"].layer = 1;
}