Does Unity support GZIP decompression?
My Unity client is receiving GZIP compressed data (XML) at run-time and I need to decompress the data before parsing it. If GZIP is not supported then what other compression options do I have? I’m using C#.
You basically have whatever you drop in.
By itself you have no compression support as unity assets are build and provided through unity internally.
Did you ever find anything you could drop in yourself to do this?
I did find something… see this thread