WebGL export does not work
I,d like to make a chat app that i can implement on my website.
Now my problem, every time i want to open it (for test) the games does not load. In the console is an error: unityFramework not defined
what should i do?
WebGL export does not work
I,d like to make a chat app that i can implement on my website.
Now my problem, every time i want to open it (for test) the games does not load. In the console is an error: unityFramework not defined
what should i do?
This sounds like a problem with compession enable in the build settings.
Disabling the Compression should solve the issue for the moment.
If disabled compression and now new error
Oooh, I’d be really worried about that o-umlaut.
Generally stay away from ALL characters outside of the basic ASCII character set.
If you use any non-standard characters, it requires 100% of everything from the build tools to the zip tools to the browser to the Javascript interpreter to the webserver and EVERYTHING must handle it perfectly or else it fails.
I find that mostly it fails.
Yeah Unity is supposed to support non-ASCII characters for folder and file names, etc. But it has been a frequent source of regressions. And in this case as you say, you’re also now dragging in browsers and other things which Unity isn’t really responsible for. It is best to just stick to ASCII for all file and folder names, and let other people report the bugs when they reappear.