UnityGLTF icon indicating copy to clipboard operation
UnityGLTF copied to clipboard

WebGL not working

Open mkorpinen opened this issue 6 years ago • 4 comments

Problem is with some files are not included in the WebGL build and once you enable them build succeeds, but the browser throws the following window. image

mkorpinen avatar Jun 25 '19 11:06 mkorpinen

Its related to fixing namespace issues with enabling the dll files to the build. https://github.com/KhronosGroup/UnityGLTF/issues/436

mkorpinen avatar Jun 25 '19 11:06 mkorpinen

mkorpinen, do you know any more information about how the namespaces need to be fixed? (I read issue #436 but didn't find any specifics about namespacing issues).

jmo7 avatar Sep 10 '19 22:09 jmo7

Does anybody have any ideas about what might be going on. My c# and unity levels are just a little bit above basic but I'm willing to tackle this if anyone has any pointers.

jmo7 avatar Sep 16 '19 15:09 jmo7

To solve the dlopen / emscripten / linking error in the WebGL Build, try @kolodi's pull request #367. That solved it for me.

schaubli avatar Aug 06 '20 15:08 schaubli

Please update to the latest version and open a new issue if the problem persists. Thanks!

robertdorn83 avatar Feb 09 '24 09:02 robertdorn83