Search Unity

Starts with image tracking

Discussion in 'AR' started by mistergreen2016, Oct 8, 2019.

  1. mistergreen2016

    mistergreen2016

    Joined:
    Dec 4, 2016
    Posts:
    226
    Hey,
    I was wondering if it's possible to start the AR session with image tracking, place the model but then don't rely on the image tracking anymore? The reason is the image tracking can flicker or the image tracking can lose tracking when the image view is cropped or out of focus.

    thanks.
     
  2. hugoH2LPK

    hugoH2LPK

    Joined:
    Jul 26, 2018
    Posts:
    5
    Yes you can. Easiest would be creating a script that on void awake() will .setParent to null, and attaching it to the instantiated game object that is flickering.
    This way it will be independant of the position of the tracked image but should still be trackable through the AR session information.