UnrealEngineHTML5 / Documentation

532 stars 183 forks source link

Compressed and IndexedDB do not work #18

Open fllyingburritos opened 4 years ago

fllyingburritos commented 4 years ago

When I try to enable Compressed files, or IndexedDB, it just gives me the normal, non compressed files, and says Running with IndexedDB access disabled. My game is at https://getoutoftheroom.com/Games/earth/play if you want to see.

nickshinpho commented 4 years ago

that's a pretty fun example!

your web server will need to be made aware of sending gz file...

but, you have the Readme link above to test with your project to see if it is worth it.

let us know and i'll put that information back in the current Readme file.

Devdan2 commented 3 years ago

It is actually not that true.. with my build the wasm is 53 MB while the wasmgz is 13 MB

  • and wasm is already in a binary format that pretty much compressed fairly well

Still I wasn't able to have the compressed gz files to work on web host (but it works on my PC). I think it might be due to Apache AllowOverride not set to All but I can't find this configuration file..

markyyy40 commented 3 years ago

Hello, I have the same issue, and the link you posted for the early version doesn't work anymore.