@@ -30,14 +30,15 @@ namespace Google.XR.Extensions.Editor.Internal
3030 XRSessionFeature . FeatureId ,
3131 XRStreamingFeature . FeatureId ,
3232 XRObjectTrackingFeature . FeatureId ,
33+ XRImageTrackingFeature . FeatureId ,
3334 XRMarkerTrackingFeature . FeatureId ,
3435 XRQrCodeTrackingFeature . FeatureId ,
3536 XRPassthroughFeature . FeatureId ,
3637 XRFoveationFeature . FeatureId ,
3738 XRUnboundedRefSpaceFeature . FeatureId ,
3839 XRBodyTrackingFeature . FeatureId ,
3940 XRSceneMeshingFeature . FeatureId ,
40- XRSystemStateFeature . FeatureId ,
41+ XRRecommendedSettingsFeature . FeatureId ,
4142 XRCubemapLightEstimationFeature . FeatureId ,
4243 XRFineEyeFeature . FeatureId ,
4344 } ,
@@ -53,6 +54,7 @@ namespace Google.XR.Extensions.Editor.Internal
5354 // desired to include all XR_ANDROID_* features provided by this package.
5455 DefaultFeatureIds = new string [ ] {
5556 XRObjectTrackingFeature . FeatureId ,
57+ XRImageTrackingFeature . FeatureId ,
5658 XRMarkerTrackingFeature . FeatureId ,
5759 XRQrCodeTrackingFeature . FeatureId ,
5860 XRPassthroughFeature . FeatureId ,
@@ -78,13 +80,14 @@ internal class AndroidXRFeatureSet
7880 {
7981 XRFoveationFeature . FeatureId ,
8082 XRObjectTrackingFeature . FeatureId ,
83+ XRImageTrackingFeature . FeatureId ,
8184 XRMarkerTrackingFeature . FeatureId ,
8285 XRQrCodeTrackingFeature . FeatureId ,
8386 XRPassthroughFeature . FeatureId ,
8487 XRUnboundedRefSpaceFeature . FeatureId ,
8588 XRBodyTrackingFeature . FeatureId ,
8689 XRSceneMeshingFeature . FeatureId ,
87- XRSystemStateFeature . FeatureId ,
90+ XRRecommendedSettingsFeature . FeatureId ,
8891 XRCubemapLightEstimationFeature . FeatureId ,
8992 XRFineEyeFeature . FeatureId ,
9093 } ;
0 commit comments