Azure / azure-spatial-anchors-samples

Azure Spatial Anchors sample code
Other
293 stars 138 forks source link

How do I find Relationships between the Anchors? #418

Open Akash-Elnoorkar opened 5 months ago

Akash-Elnoorkar commented 5 months ago

Description

Hello,

I am using Unity Game Engine and I basically created many anchors and I wanted to understand the relationship between the anchors.

For Example:

If I have Anchor A, B & C and if Anchor A is connected with B. I want to get this. As Anchor A is connected to B, Anchor A's Child is B. So, I want to understand how get this relationship inside Unity.

Thanks.