Hello
I’m trying to develop an AR app where you can put an object in the world, save it, and then load it so it returns to the same place. For that, I’m using both, RealityKit and ARKit. While using RealityKit to create those objects and anchor them to the world, I use ARKit to save the world and then load it.
The problem I have is that every time it loads the world, the anchor from RealityKit becomes crazy and moves randomly to a place that it’s not supposed to be. I already know that using only ARKit it works, but I must use RealityKit for the anchors. I tried to change the transform from those anchors as well, but they don’t move at all.
I tried to reanchor them to one of the ARKit anchors that are saved, but they disappear. So, at this point I’m even wondering if it is even possible to make it work together. Thank you for your help.
1
0
916