This content has been marked as final.
Show 3 replies
-
Re: SCNView snapshot takes 0.5 second in xcode10_beta5
3ZS Jul 31, 2018 7:21 AM (in response to chaol)Please file a bug report about issues you need resolved using our bug reporting tool at https://developer.apple.com/bug-reporting/
-
Re: SCNView snapshot takes 0.5 second in xcode10_beta5
LittleyLv Aug 3, 2018 12:39 AM (in response to chaol)Hi.
Have you ever had this problem when using snapshot?
https://stackoverflow.com/questions/51397382/arkit-arscnview-snapshot-memory-leak
-
Re: SCNView snapshot takes 0.5 second in xcode10_beta5
kelmatou Oct 2, 2018 10:47 AM (in response to chaol)I had the exact same issue.
My app was running nicely on iOS 11.4 but since I updated my phone to iOS 12, sceneView.snapshot was freezing UI for 0.5-0.6s.
I fixed it by removing my sceneView.scene.lightingEnvironment.contents image.I didn't make further research, I hope it will help anyone.