-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Open
Description
Description
Invalid zip file error when parsing usd file
Reproduction steps
1.tryi loading a usd file
Code
Loader.load(fileUrl, (usdz) => {
console.log("usdz -----> ");
console.log(usdz);
}, (p) => {
}, (e) => {
console.log("error");
console.log(e);
});
Live example
Screenshots
No response
Version
0.133.0
Device
No response
Browser
No response
OS
No response