GameObject model = GameObject.Find ("fbx_model"); if(model != null) { if( !model.animation.isPlaying) { model.animation.Play("idle"); } }