diff --git a/CHANGES.md b/CHANGES.md index f851665e..b9578066 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,12 @@ # Change Log -## v1.?.? - 2024-11-01 +## v1.13.1 - 2024-11-01 ##### Fixes :wrench: -- Added restrictions to `CesiumRuntime.asmdef` to prevent the plugin from attempting to load on platforms not supported by Cesium Native. +- Added restrictions to `CesiumRuntime.asmdef` to prevent the plugin from attempting to load on platforms not supported by Cesium for Unity. + +In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.40.1 to v0.41.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. ## v1.13.0 - 2024-10-01 diff --git a/Runtime/CesiumRuntime.asmdef b/Runtime/CesiumRuntime.asmdef index 81e06478..e735c00e 100644 --- a/Runtime/CesiumRuntime.asmdef +++ b/Runtime/CesiumRuntime.asmdef @@ -12,7 +12,6 @@ "iOS", "macOSStandalone", "WSA", - "WindowsStandalone32", "WindowsStandalone64" ], "excludePlatforms": [], diff --git a/native~/extern/cesium-native b/native~/extern/cesium-native index 783adceb..b164fc91 160000 --- a/native~/extern/cesium-native +++ b/native~/extern/cesium-native @@ -1 +1 @@ -Subproject commit 783adceb874093eeea944b6d654fe2be0e5ffcc3 +Subproject commit b164fc915ffd9080e0d3f7c3f72076b1e65090ed diff --git a/package.json b/package.json index 0914110a..a711c2a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cesium.unity", - "version": "1.13.0", + "version": "1.13.1", "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",