Search Unity

How to access prefab after Image Tracking tracks and display the prefab through AR foundation?

Discussion in 'AR/VR (XR) Discussion' started by darklord849, Nov 13, 2019.

  1. darklord849

    darklord849

    Joined:
    Jan 11, 2018
    Posts:
    6
    Hello People, I have been trying to access runtime prefab which is getting instantiated after Image Tracking In AR foundation.
    I am putting following in button to just disable the prefab :
    m_TrackedImageManager.trackedImagePrefab.SetActive(false);

    getting no luck with this.