mapbox / mapbox-sdk-cs

C# libraries for Mapbox API layer
https://mapbox.github.io/mapbox-sdk-cs/
Other
20 stars 11 forks source link

Refactor HTTPRequests #78

Closed wilhelmberg closed 7 years ago

wilhelmberg commented 7 years ago

This supersedes PR Multithreaded HTTPRequests which is obsolete now. Includes master as of today.

Also adds additional properties to the Response: statuscode, headers, ...

Tested with


(*) Worked on OnePlus 3 (Android 7.1.1), but on Samsung Galaxy Tab S2 8" (Android 6.0.1) it looked like this: image

Maybe some texture setting when exporting from Unity?

david-rhodes commented 7 years ago

@BergWerkGIS

Maybe some texture setting when exporting from Unity?

This is concerning, but I have a hunch. Could you please check the MapImageFactory that this scene is using and change the Texture Format setting to RGBA Float or something other than DXT?

I don't think all android graphics chips support DXT.

That said, it appears to work fine on Google Pixel, too.

Edit: ETC should be a universally supported compression format for android.