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