Spatial Anchor creation over link fails with Result.Failure_Unsupported
I create an Unity GameObject and then add the OVRSpatialAnchor component. When it calls CreateSpatialAnchor in its Start method, it always fails when on Oculus Link (works fine if I make an Android build) Digging into this, it is this call in OVRPlugin that fails with Result.Failure_Unsupported: OVRP_1_72_0.ovrp_CreateSpatialAnchor Are there any suggestions on what could be going wrong - this error message isn't the most helpful and I can't find documentation online about it. N.B. I've managed to get the example spatial anchors project (https://github.com/oculus-samples/Unity-SharedSpatialAnchors) working perfectly over link and creating anchors successfully with the same machine & headset so the problem must be something to do with my project's unity configuration. I can't for the life of me find the difference between the example project and my project though - OVRManager settings look identical.2.9KViews1like4Comments