Hi, for one our team’s use-cases we want to be able to launch our UE application with offline access to tileset, is there a way to have offline accessible tileset data with ‘Cesium For Unreal’ plugin? This is required to be able to run our automated tests as the testing infrastructure doesn’t have internet access.
Thank you,
-Harshal
Hello @Harshal_Mehta,
It is possible to load a tileset from a local directory or local network. You can find instructions for doing so here - Adding Datasets – Cesium
This requires that you have the tileset in question on your machine or local network. Therefore, you can only do it with datasets that you own or have permission to use offline.
Let me know if you have any further questions!
-Alex