MultiRoom capture with loading ARWorldMap not work

im try load ARWorldMap roomCaptureView?.captureSession.arSession.run(arWorldTrackingConfig, options: []), but when i load ARWorldMap, RoomPlan not work, the screen goes black, and nothing is displayed, Does anyone know the cause and solution?

Replies

Did you saved it as NSData using NSKeyedArchiver?

  • yes, im use : let data = try NSKeyedArchiver.archivedData(withRootObject: worldMap, requiringSecureCoding: true) try data.write(to: fileURL)

Add a Comment