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