Hey, I was looking at the image tracking source and noticed the following snippet in VisionOSImageDatabase.cs:
protected override JobHandle ScheduleAddImageJobImpl(NativeSlice<byte> imageBytes, Vector2Int sizeInPixels, TextureFormat format, XRReferenceImage referenceImage, JobHandle inputDeps)
{
// TODO: add image
throw new NotImplementedException();
}
I was just wondering what the timeline is for support of MutableRuntimeLibraries?
Just as well, XRImageTrackingSubsystemDescriptor.supportsMutableLibrary returns true currently despite adding images being unimplemented.