2

I'm trying to import USDZs for ARKit prototype. I followed the steps in this post, but USDZ import is not supported with this process. I'm aware that pixyz can achieve this, but I'm wondering:

Is there a free method to convert a USDZ to a Unity-eligible format?

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
BagBak
  • 21
  • 1
  • 3

3 Answers3

4

You can't import USDZ but you can import USD. If you have an USDZ, fire up Xcode and export it to USD. Beside USD, Xcode can export USDZ to several other formats.

Jim Bamboo
  • 43
  • 4
1

You can unzip the USDZ file using something like 7-zip and then import the resulting USD file with the package.

Jeremy Cowles
  • 1,171
  • 1
  • 9
  • 13
0

As you said, only USD Unity SDK was released as a Preview Package in 2019 for free. That's all.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220