Save RealityKit entire scene with nonAr mode

Hello, I'm working with RealityKit to make 3d scene. I use "nonAr" mode. I want to save my Scene on the iPhone and reopen it after with Anchors and Entities at same places. I saw the method "write" exists in SceneKit to save Scene. Does there is an equivalent in RealityKit to do the same ? There is others ways ? Thanks

Answered by Graphics and Games Engineer in 747303022

Hi, unfortunately there is no built in way to do this, you’d have to write your own serialization/deserialization code. Feel free to file a feature request for this on Feedback Assistant.

Accepted Answer

Hi, unfortunately there is no built in way to do this, you’d have to write your own serialization/deserialization code. Feel free to file a feature request for this on Feedback Assistant.

Save RealityKit entire scene with nonAr mode
 
 
Q