Proper way to convert DAE file to SCN asset

I must be missing something obvious with this one, but what is the proper method to import a DAE model file and convert it to an SCN file?


Any help is appreciated.

Answered by FishPotato Games in 47214022

Like I said, stupid question.


If anyone else runs into this, here is the (simple) method.


Drag your dae file into your assets folder. From there, open the file in the editor.


Go to Editor->Convert to scn file.


When prompted with "Convert, cancel or duplicate", I clicked convert as duplicate kept freezing XCode on me.


Thanks!

Accepted Answer

Like I said, stupid question.


If anyone else runs into this, here is the (simple) method.


Drag your dae file into your assets folder. From there, open the file in the editor.


Go to Editor->Convert to scn file.


When prompted with "Convert, cancel or duplicate", I clicked convert as duplicate kept freezing XCode on me.


Thanks!

Is there a different way of doing this? Every time that try and convert the file I get the error of file could not be copied.

Better late than never, I'm using this script xcrun scntool --convert INPUT.dae --format scn --output OUT.scn --asset-catalog-path .

Proper way to convert DAE file to SCN asset
 
 
Q