To convert coordinates from real-time locations into Unity Cesium coordinates

hello i am using cesium for real world view but i want to spawn object that are in real world location i m getting location value in longitude and latitude but now i cant convert in unity world space cordinates arrording to cesium can anyone have solution?
thanks

Hi @aqib_iqbal,

Welcome to the community! You can use a CesiumGlobeAnchor component to anchor an object to a specific location on the globe. Check out this tutorial here for more details.

For your case, you can use the longituteLatitudeHeight property to set the CesiumGlobeAnchor’s position.