I have uploaded my USDZ File as a Data object to the cloud. Now my question is how can I convert the Data object back to USDZ File if I download the data ?
Asked
Active
Viewed 175 times
1
-
Saving the data to disk and loading through a URL might work. What have you tried so far? – EmilioPelaez Nov 15 '20 at 16:42
-
Hey @EmilioPelaez thanks for your help. I tried to save the file to disk and load the Entity.load(contentsOf: fileURL). and seems it works. Thanks best regards – developerAvatar Nov 15 '20 at 17:39
-
1Hi @developerAvatar. Did you get it to work? I cant load it as Data. – Darkwonder Nov 15 '21 at 09:24
-
Same here can't load it via Entity.load(contentsOf:) – MDompekidis Jan 17 '22 at 10:51