Search Unity

Question Is AR Foundation/ARKit really unable to to track moving images?

Discussion in 'AR' started by A_Savvidis, Feb 15, 2021.

  1. A_Savvidis

    A_Savvidis

    Joined:
    Jul 21, 2016
    Posts:
    98
    I NEED to track moving images for an educational app I am making.

    I had to go into apples documents for the first time (I usually work only with android). So here is what I found here :
    "ARKit doesn’t track changes to the position or orientation of each detected image. If you try to place virtual content that stays attached to a detected image, that content may not appear to stay in place correctly".

    Are they freakin kidding me?!? I am sure this must be obsolete info somehow. ARKit is supposed to be great. I have used moving images with ARCore I was sure Apple also has this in ARKit.

    Question-1: Is this real?
    Question-2: If (Question-1 == true) Are there any solutions to this?
     
  2. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,822
    A_Savvidis likes this.
  3. A_Savvidis

    A_Savvidis

    Joined:
    Jul 21, 2016
    Posts:
    98
    Thank you a lot @TreyK-47 . Do you also have a way to properly remove image trackables?
     
  4. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,822
    You cannot remove the image trackables, but you can remove the custom components off of the game objects associated with the trackable.