Shared spatial anchors - Failed to download spatial anchor
When doing a OVRSpatialAnchor.LoadUnboundAnchors from OVRSpace.StorageLocation.Cloud I get the following error: "xr_cloud_anchor_service: Failed to download spatial anchor with error: networking::GraphQLError: A server error field_exception occured. Check server logs for details." The LoadOptions are set like this: LoadOptions loadOptions = new LoadOptions(); loadOptions.Uuids = uUids; loadOptions.MaxAnchorCount = 1; loadOptions.StorageLocation = OVRSpace.StorageLocation.Cloud; loadOptions.Timeout = 10f; Any suggestions about how to solve this?1.6KViews1like3CommentsHow does "share point cloud data" work?
I would like to know how "share point cloud data" works. In particular, the following two points: ・What are the conditions for activation (e.g., must be connected to the same network, etc.)? ・Is there a way to verify that point cloud data is shared?1.1KViews2likes0Comments