Google Earth Enterprise support

Hi,

We are using Google Earth Enterprise as the map imagery server.
With CesiumJS we have been able to combine height data from a local ION server with raster information (imagery) from GEE using a ‘provider’.

What is the equivalent way to achieve a similar functionality in Cesium for unity.

Thanks

The equivalent of an CesiumJS’s ImageryProvider in Cesium for Unity is CesiumRasterOverlay. We provide a few out of the box, but not yet a GEE one.

Thanks, do you have a due date when it will be available?

No, it’s not currently on our roadmap. If you’re up for it, though, we’d welcome a pull request to add it. You would need to add a class derived from RasterOverlay to cesium-native, and then a small C# wrapper around it in Cesium for Unity.