Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

AR image recoginition

Discussion in 'AR' started by amalajay1811, Feb 27, 2019.

  1. amalajay1811

    amalajay1811

    Joined:
    Dec 1, 2018
    Posts:
    11
    I want to stay the AR after i remove the image also.How can it done?
     
  2. underkitten

    underkitten

    Joined:
    Nov 1, 2018
    Posts:
    30
    Do you want the 3d model to stay in AR space when you remove the image? Sorry if I get it wrong.
    For that you can just get rid of RemoveImageAnchor function (if you use ARKit example package). Pretty sure ARCore should have similar structure.
    So by removing this function you will be able to spawn the object in AR space with your image. It will not be deleted when you put away your tracker(image/model). You can also remove/play around with UpdateImageAnchor function if you want the object spawn in 1 spot or follow the tracker.
     
  3. amalajay1811

    amalajay1811

    Joined:
    Dec 1, 2018
    Posts:
    11
    @underkitten,thanks in advance for your replay.But i want it in unity vuforia .do you know about this?if yes,please replay