godot_openxr icon indicating copy to clipboard operation
godot_openxr copied to clipboard

Add support for Meta Spatial Anchors OpenXR API

Open m4gr3d opened this issue 3 years ago • 7 comments
trafficstars

https://developer.oculus.com/experimental/spatial-anchors-overview/

m4gr3d avatar Feb 11 '22 15:02 m4gr3d

@BastiaanOlij Looks like the api is still experimental so it won't make the 1.2.0 release.

Experimental features are not allowed in the store and require adb commands to enable, so we should wait until it's stable before including.

m4gr3d avatar Feb 11 '22 15:02 m4gr3d

The feature is being developed in the https://github.com/m4gr3d/godot_openxr/tree/dev_spatial_anchor branch.

m4gr3d avatar Feb 11 '22 16:02 m4gr3d

@m4gr3d if you want, but it's up to you, I think there is nothing wrong to create a draft PR with the experimental functionality and make it clear in the PR description that this is experimental functionality that can't be used yet in production and that the PR will remain draft until such time that the functionality is made official. This way people can start testing it and start providing feedback.

That is assuming off course that now that the spatial logic is publicaly showcases on the Oculus developer website it no longer falls under any NDA or embargo?

BastiaanOlij avatar Feb 12 '22 01:02 BastiaanOlij

That is assuming off course that now that the spatial logic is publicaly showcases on the Oculus developer website it no longer falls under any NDA or embargo?

Yes, it's publicly available so developers can start prototyping and giving feedback. You just can't ship an app with an experimental api to the Meta store.

m4gr3d avatar Feb 14 '22 17:02 m4gr3d

Yes, it's publicly available so developers can start prototyping and giving feedback. You just can't ship an app with an experimental api to the Meta store.

Then I would recommend creating a draft PR for it so people can provide feedback :) I know atleast two people on the discord who've been hoping this stuff would be implemented :)

BastiaanOlij avatar Feb 15 '22 03:02 BastiaanOlij

Yes, it's publicly available so developers can start prototyping and giving feedback. You just can't ship an app with an experimental api to the Meta store.

Then I would recommend creating a draft PR for it so people can provide feedback :) I know atleast two people on the discord who've been hoping this stuff would be implemented :)

Same, C++ not my language (yet), but happy to support any way I can. Would like to use the SAs in my next game and would hate to have to use Unity for the prototype, much rather would like to use Godot.

Any high-level guidelines would be appreciated or like a to-do with the several components listed, as I have no idea where to begin.

koenvaneijk avatar Apr 28 '22 03:04 koenvaneijk

Spatial Anchor is now publicly available, so it'll be incorporate within an upcoming release.

m4gr3d avatar Jul 04 '22 18:07 m4gr3d