diff --git a/CHANGES.md b/CHANGES.md index c5c6496f1..27d97ebcd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -### ? - 2024-12-02 +### v2.11.0 - 2024-12-02 This is the last release of Cesium for Unreal that will support Unreal Engine v5.2. Future versions will require Unreal Engine v5.3+. @@ -13,7 +13,9 @@ This is the last release of Cesium for Unreal that will support Unreal Engine v5 - Fixed a crash that could occur when using `SampleHeightMostDetailed` on a `Cesium3DTileset` with a raster overlay. - `CesiumPolygonRasterOverlay` now references `CesiumCartographicPolygon` instances using `TSoftObjectPtr`, which allows, for example, a raster overlay in the persistent level to use a polygon in a sub-level. -- Fixed a bug that occurred when a `Cesium3DTileset` had three or more overlays. +- Fixed an overlay artifact bug that could occur when a `Cesium3DTileset` had three or more overlays. + +In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.41.0 to v0.42.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. ### v2.10.0 - 2024-11-01 diff --git a/CesiumForUnreal.uplugin b/CesiumForUnreal.uplugin index ecc22b2fd..87fae5796 100644 --- a/CesiumForUnreal.uplugin +++ b/CesiumForUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 65, - "VersionName": "2.10.0", + "Version": 66, + "VersionName": "2.11.0", "FriendlyName": "Cesium for Unreal", "Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.", "Category": "Geospatial", diff --git a/extern/cesium-native b/extern/cesium-native index 4018349f6..1ece56dec 160000 --- a/extern/cesium-native +++ b/extern/cesium-native @@ -1 +1 @@ -Subproject commit 4018349f68b77a501ceb3dbe5d43503da1125284 +Subproject commit 1ece56deca0cb068e720ae67ae716fe80ec231ac diff --git a/package.json b/package.json index 70b2c14d4..94da81d07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium-unreal", - "version": "2.10.0", + "version": "2.11.0", "description": "Cesium for Unreal", "main": "index.js", "directories": {