To clarify, did you actually download the data to your machine before you tried to load it in Cesium for Unity? You can’t load it through that Github URL because it doesn’t actually load as raw data, it’s a webpage.
Hello, I have downloaded the data in my local directory and here is the path.
D:/cesium-google-earth-examples-main/cesium-google-earth-examples-main/Cesium/Assets/Textures/NaturalEarthII/tilemapresource.xml
Still no data is displayed in the unity cesium3DTileset. My cesium version is 0.3.1
You disabled the Cesium3DTileset, so nothing will show up. Raster overlays have to “drape” over tilesets, you can’t just have them exist by themselves.
Oki thanks alot. I have loaded data successfully in my internet pc. After disconnecting from the internet it gives error .
[2023-04-12 08:44:29.254] [error] [TilesetContentManager.cpp:946] An unexpected error occurs when loading tile: Request failed: Cannot connect to destination host
Any suggestions on how to load data on globe offline.
Hello I will see the link for offline. I am facing issue like I have loaded my own dataset this time from tms sevices.Note my pc has internet connection. Attaching tms file which is almost same like Natural Earth. It covers only Asia region.
Problem is my unity is not showing globe as well as data.Screen shots are attached for refrence. If u can guide me regarding this.
Your asset ID is set to 0, which is not a valid asset ID. For Cesium World Terrain, please set the ion Asset ID to 1.
I suggest you check out the Cesium for Unity Quickstart and Adding Datasets tutorials. They cover the basic information needed to load your data with Cesium for Unity.