Skip to content

Commit

Permalink
Disable compression altogether because it doesn't play nice with GitH…
Browse files Browse the repository at this point in the history
…ub Pages

GitHub pages doesn't have a way to set the Content-Encoding header to the compressed formats.
  • Loading branch information
cooperra committed Mar 6, 2022
1 parent 3a81142 commit 13738a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ PlayerSettings:
webGLTemplate: APPLICATION:Minimal
webGLAnalyzeBuildSize: 0
webGLUseEmbeddedResources: 0
webGLCompressionFormat: 0
webGLCompressionFormat: 2
webGLWasmArithmeticExceptions: 0
webGLLinkerTarget: 1
webGLThreadsSupport: 0
Expand Down

0 comments on commit 13738a9

Please sign in to comment.