Siccity / GLTFUtility

Simple GLTF importer for Unity
MIT License
976 stars 217 forks source link

Importer script works in editor but not in Mac or web build #211

Open mchauth opened 1 year ago

mchauth commented 1 year ago

Hello, I have been working on a project for months and now hit a roadblock when trying to import models into my game in UWP or Mac application. DA81664D-231D-4304-9489-EDAF7852B9E2

I’m using a variation of this script: https://theslidefactory.com/loading-3d-models-from-the-web-at-runtime-in-unity/

when testing in the editor it imports just fine, but in the build I get error “input does not look like a .glb file”

I don’t know what the issue is, if it is a Draco file or what. How do I fix this?