Skip to content

.data is returned without compression #52

@sqdbruh

Description

@sqdbruh

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?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions