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