Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
2.99k stars 1.11k forks source link

ARAnchor is not loading in ARWorldMap #1005

Closed Gold1010 closed 1 year ago

Gold1010 commented 1 year ago

I have tried to save/load ARAnchor from ARWorldMap sample scene. It is working well for ARPlane, but it is not working ARAnchor. I attached screenshot I did for this.

Additional context Add any other context or screenshots about the feature request here.

Screen Shot 2022-09-07 at 11 15 28
tdmowrer commented 1 year ago

How do you know it isn't loading the anchors? You don't have a prefab for the anchor manager, so unless you are debug logging in anchor added event, you probably wouldn't see anything.

Gold1010 commented 1 year ago

Thank you so much. When I added the prefab for anchor manager, it worked