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

Resolved Image tracking

Discussion in 'AR' started by unity_9E2F8CB0F541A8BE16FE, Sep 27, 2021.

  1. unity_9E2F8CB0F541A8BE16FE

    unity_9E2F8CB0F541A8BE16FE

    Joined:
    Sep 21, 2021
    Posts:
    3
    Hello,
    I'm new to Unity and AR, I have a question about the image tracking.
    I want to know if there is a possibility to use multiple 3D objects on one single image?
    Also if you can help me by providing me ressources to better learn AR that will be very helpful, thank you!
     
  2. FrankvHoof

    FrankvHoof

    Joined:
    Nov 3, 2014
    Posts:
    258
    Image tracking will by default spawn a prefab at the position and rotation at which an image is detected (and update the position/rotation of that spawned object over time).
    You can use ANY prefab for this. This prefab could hold all of the 3D-objects you wish to use, or be completely empty (holding just a Transform) allowing you to add objects as children.
     
  3. unity_9E2F8CB0F541A8BE16FE

    unity_9E2F8CB0F541A8BE16FE

    Joined:
    Sep 21, 2021
    Posts:
    3
    Thank you so much for the clarification, much appreciated !