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
I cloned the repo and without changing anything I built the SpatialAnchor scene with Unity 2022.3.8. I tried saving anchors locally and it wouldn't work. On the log I saw that the OVRSpatialAnchor.Save function returns false for success, with no more information.
I changed the SaveOptions to StorageLocation.Cloud on OVRSpatialAnchor to try saving to the Cloud, and it worked correctly.
Is there some kind of setting or write permission that I'm not setting correctly preventing me from saving locally?
The text was updated successfully, but these errors were encountered:
You do need to make sure that you have enabled "Anchor Support" in the OculusProjectConfig; however, saving to the cloud should have more restrictions on it than saving locally.
There should be more information (e.g., precise error codes) emitted in logcat. Could you share a logcat capture?
I cloned the repo and without changing anything I built the SpatialAnchor scene with Unity 2022.3.8. I tried saving anchors locally and it wouldn't work. On the log I saw that the OVRSpatialAnchor.Save function returns false for success, with no more information.
I changed the SaveOptions to StorageLocation.Cloud on OVRSpatialAnchor to try saving to the Cloud, and it worked correctly.
Is there some kind of setting or write permission that I'm not setting correctly preventing me from saving locally?
The text was updated successfully, but these errors were encountered: