diff --git a/CHANGES.md b/CHANGES.md index 33e76d57..f02fede9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,8 @@ - Fixed a bug where `CesiumCreditSystem` would delete itself from its scene when other additive scenes were unloaded. +In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.34.0 to v0.35.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. + ### v1.9.0 - 2024-04-01 ##### Additions :tada: diff --git a/native~/extern/cesium-native b/native~/extern/cesium-native index c5f8a15c..cd67f6f4 160000 --- a/native~/extern/cesium-native +++ b/native~/extern/cesium-native @@ -1 +1 @@ -Subproject commit c5f8a15c84bc5224ce652336a03c7574e02a278b +Subproject commit cd67f6f4094324414fd416fec8d5c837cdc75287 diff --git a/package.json b/package.json index 94b20b3f..900efafd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cesium.unity", - "version": "1.9.0", + "version": "1.10.0", "displayName": "Cesium for Unity", "description": "Cesium for Unity brings the 3D geospatial ecosystem to Unity. By combining a high-accuracy full-scale WGS84 globe, open APIs and open standards for spatial indexing such as 3D Tiles, and cloud-based real-world content from [Cesium ion](https://cesium.com/cesium-ion) with Unity, this plugin enables 3D geospatial workflows and applications in Unity.", "license": "Apache-2.0",