Reputation: 31
I was trying to make a Unity game with WebGL and publish on github pages, but it caused the error. I googled it, but it wasn't very helpful because most of it wasn't about github page. I want to solve it. If you want to see the exact error code, https://r0k0r.github.io/FlappyBirdWebGL
Upvotes: 1
Views: 3115
Reputation: 101
In the project settings you need to enable Decompression Fallback. After that the build will work.
Upvotes: 2