CesiumGS / cesium-omniverse

Bringing the 3D geospatial ecosystem to Omniverse
https://cesium.com/platform/cesium-for-omniverse/
Apache License 2.0
51 stars 7 forks source link

If a raster overlay is deleted, remove it from the tileset's rels #678

Open corybarr opened 5 months ago

corybarr commented 5 months ago

image

Instead of deleting the item in the rel array, Unity would keep the length the same but have an element pointing to a null GameObject. I like this for workflows where you're swapping out raster overlays, but it's minor.