When trying to export as .glb, Model Editor throws a "Uncaught (in promise) Error: Sorry, non-ASCII characters are not yet supported." error #2228
Replies: 5 comments
-
Are there any possible quick fixes or work arounds? I have a demo I am trying to work on and it would be nice to make some textural changes, because my model right now is just a simplistic looking gray box |
Beta Was this translation helpful? Give feedback.
-
Not sure about quick fixes; if you convert it to glTF with |
Beta Was this translation helpful? Give feedback.
-
@elalish thanks Ela! I am quite new to this data structure and file format. Do you know which characters I should be looking for within the .glTF file structure in order to find the offending text? Like, is there a specific key I should look for? |
Beta Was this translation helpful? Give feedback.
-
Anything that's not roman characters. There's probably a text editor function that does to ASCII conversion automatically, but you'd have to search around. |
Beta Was this translation helpful? Give feedback.
-
Thank you! I fixed it. Turns out it was a pesky em-dash in the file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I imported a .glb file to do some quick metal roughness edits in Model Editor, but when I try to export the edits, in my console, I get the following errors. And no exports happen.
Here is the .gltf/.glb dragged into a validator. I get no errors.
Live Demo
Download this .glb file, drag it into Model Editor, and try to immediately export it to .glb: https://www.dropbox.com/s/boww9uemd87oywo/out.glb?dl=0
Version
N/A
Browser Affected
OS
Beta Was this translation helpful? Give feedback.
All reactions