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!
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.
Thank you so much for the clarification, much appreciated !