protected virtual void OnTrackingLost() { ch_script = GetComponent <Chiut_Interaction>(); ch_script.enabled = false; }
protected virtual void OnTrackingFound() { ch_script = GetComponent <Chiut_Interaction>(); ch_script.enabled = true; }