ARKit Session Paused and Not Resuming

前端 未结 4 1336
小蘑菇
小蘑菇 2020-12-06 12:04

In my ARKit app I am presenting a modal window. When I close the modal and go back to the ARSCNView then I find out that the session is paused due to this code:

<         


        
4条回答
  •  春和景丽
    2020-12-06 12:50

    I don't know if the iOS 11 GM Seed or XCode 9 GM Seed versions fixed this today however I can successfully resume a paused ARSCNview with code as in the original question.

    sceneView.session.run(sceneView.session.configuration!)
    

提交回复
热议问题