About weather data

Hello,

I am using Cesium for Unity to develop a non-game app and I really need my app to be able to show the weather map too.

I was wondering if the good people in Cesium For Unity have the intention of implementing such a map in the Unity version of Cesium. It would be great!

In the meantime, I appreciate it if you could let me know about a possible solution for having a weather map added to my cesium-based Unity project.

We don’t have any current plans to implement weather in Cesium for Unity.

If you have weather maps available as a standard web service, like WMS, you can use a CesiumRasterOverlay to drape the images over the globe. For example, this CesiumJS Sandcastle example shows a radar and an infrared map of the USA loaded from WMS:

It should be possible to use these WMS layers in Cesium for Unity, too.