@brandonK212 Thanks for the answer! For example, I download a usdz file using the command:
let fileUrl = URL(fileURLWithPath: "https://developer.apple.com/augmented-reality/quick-look/models/drummertoy/toy_drummer.usdz")
let entity = try? Entity.load(contentsOf: fileUrl)
Is this file saved to local iPhone storage? How can I access this file from code to open it in AR Quick Look?
Topic:
Programming Languages
SubTopic:
Swift
Tags: