Since unity ar foundation didn't implement ARKit's method SetWorldOrigin() (https://developer.apple.com/documentation/arkit/arsession/2942278-setworldorigin) I want to make world center to become first found tracked image.
When I found image with ARFoundation's TrackedImageManager, I want the found tracked image's transform position to become unity world's center.
Anyone faced the same problem? How could this be made?