Can we make offline package for 3d-tiles?

**Hi everyone **

I try to display 3dtiles on an Android cellphone. It can be displayed.

But the file size is too large to aquire from the Internet.

I wonder if anyone has do an offline package for 3dtiles that store b3dm files locally?

Any help appreciated,

Thanks

Chris

Hm… I don’t have much experience with Android, but I think it should be possible to store the tileset on the file system and build an app containing a WebView running Cesium. You may need to set special app permissions for local file access.