Search Unity

Question Attach anchor to plane

Discussion in 'AR' started by Alexis-Dev, Nov 26, 2020.

  1. Alexis-Dev

    Alexis-Dev

    Joined:
    Apr 16, 2019
    Posts:
    121
    Hi folks,

    May be someone have investigate this question and can help me.

    I have a question about anchor which is attach to a plane. Did I need to leave the ARPlaneManager enable to update the ARPlane?
    Or I can disable ARPlaneManager?

    When I tested on android, I had impression that I me anchor drift when I disable the ARPlaneManager.
    But when I leave the ARPlaneManager, the performance was not so good...

    Someone work with that? Or have an idea?

    Best,
    Alexis
     
  2. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,820
    Hello @Alexis-Dev ! If you want planes to be updated, the PlaneManager must be active.
     
  3. Alexis-Dev

    Alexis-Dev

    Joined:
    Apr 16, 2019
    Posts:
    121
    Hi,

    Thanks to your answer.

    If I understand: if the anchor is attach to a plane, I need to keep the PlaneManager active to update the anchor. Am I correct?
     
  4. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,820
    That is correct. :)