You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the trackables in AR Foundation 1.0 had "session relative data", e.g., BoundedPlane and XRReferencePoint. These are no longer directly accessible; all their memebers are now properties of an AR Foundation trackable.
Example:
Trackable:ARPlane
1.0 accessor:boundedPlane.Id
2.0 accessor:trackableId
The text was updated successfully, but these errors were encountered:
Many of the trackables in AR Foundation 1.0 had "session relative data", e.g., BoundedPlane and XRReferencePoint. These are no longer directly accessible; all their memebers are now properties of an AR Foundation trackable.
Example:
Trackable:ARPlane
1.0 accessor:boundedPlane.Id
2.0 accessor:trackableId
The text was updated successfully, but these errors were encountered: