You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I followed the documentation instructions but went a bit further. I needed to enable file compression. I built the files in Unity with CompressionFormat: None and then compressed the files in the Build directory myself using gzipper into br and gz formats. I uploaded all these files to the hosting (original, .gz, .br).
The browser requests the files with Accept-Encoding: gzip, deflate, br, zstd, and your hosting does return the files in the correct format, except for the .data file. Only the .data file is returned without compression. The screenshot below shows that the Content-Encoding for .wasm, .framework.js, .loader.js is br, but .data has no encoding. Can you explain why this is happening?
The text was updated successfully, but these errors were encountered:
Hi, I followed the documentation instructions but went a bit further. I needed to enable file compression. I built the files in Unity with CompressionFormat: None and then compressed the files in the Build directory myself using gzipper into br and gz formats. I uploaded all these files to the hosting (original, .gz, .br).
The browser requests the files with Accept-Encoding: gzip, deflate, br, zstd, and your hosting does return the files in the correct format, except for the .data file. Only the .data file is returned without compression. The screenshot below shows that the Content-Encoding for .wasm, .framework.js, .loader.js is br, but .data has no encoding. Can you explain why this is happening?
The text was updated successfully, but these errors were encountered: