Siccity / GLTFUtility

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

When trying to load glb file in editor, application hangs on Application.EnterPlayMode #225

Open kirkokuev opened 1 year ago

kirkokuev commented 1 year ago

image Editor hangs indefinitely when I try following code ImportGLTF(Application.streamingAssetsPath + "/glb/astro.glb");

Unity version is 2020.3.18f1

kirkokuev commented 1 year ago

image Ok, almost two hours passed and still nothing.