I need to create a SCNScene object with its path. For example something like this:
/private/var/mobile/Containers/Data/Application/.../tmp/MyUnzippedFiles/4823092205063.dae
I tried to use:
let virtualObjectScene = try SCNScene(url: url)
but it returns:
NSURLConnection finished with error - code -1002.
How can I do it?