// Use this for initialization void Start() { bc = this.sn.GetComponent <BPMControlor> (); }
// Use this for initialization void Start() { anim = GetComponent <Animator>(); bc = bpmControlor.GetComponent <BPMControlor> (); }