I can't view USDZ files in my Xcode. I downloaded some of the models provided by apple in AR Quick Look Gallery, but when I am not able to view the in the Xcode (Image 1). Also, I can't convert the usdz file to ARScene in Xcode (Image 2). When I try to view the USDZ file on Xcode When I try to convert the USDZ file in Xcode project
2
votes
2 Answers
0
votes
0
votes
In order to use brand-new USDZ
file format in RealityKit or in SceneKit's Scene graph
, and to use command line tool's conversions via usdzconvert
or xcrun
commands, you need Xcode 11 or higher for RealityKit, or Xcode 10 or higher for SceneKit, and, of course, Swift 5 to be installed on MacOS Catalina or macOS Mojave.