Post

Replies

Boosts

Views

Activity

Reply to How to export an .obj file in stead of .usdz?
For those who are still keeping an eye on this. Apple's object capture is available on iOS. And it can output .obj file if the the url passed to ".modelFile" is a directory. However, any URL created is not treated as a directory by default. You need to specify it explicitly like this: newFolder.appendingPathComponent("Models/", isDirectory: true)
Aug ’24