10. Enable Debugging Mode
// Enable Debugging Mode
ARGearManager.Instance.SetDrawLandmark(true);
// Disable Debugging Mode
ARGearManager.Instance.SetDrawLandmark(false);
Last updated
Was this helpful?
// Enable Debugging Mode
ARGearManager.Instance.SetDrawLandmark(true);
// Disable Debugging Mode
ARGearManager.Instance.SetDrawLandmark(false);
Last updated
Was this helpful?
Was this helpful?