R0K0R lee
R0K0R lee

Reputation: 31

Unity WebGL Build on Github Pages Error : unable to parse framework.js.gz

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

Answers (1)

James
James

Reputation: 101

In the project settings you need to enable Decompression Fallback. After that the build will work.

Decompression Fallback setting

Upvotes: 2

Related Questions