Skip to content

Commit d6b5a18

Browse files
committed
Bump to v1.19.0, update changelog.
1 parent 8b50583 commit d6b5a18

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Change Log
22

3-
## ? - ?
3+
## v1.19.0 - 2025-11-03
44

55
##### Additions :tada:
66

77
- Added `CesiumGoogleMapTilesRasterOverlay` to stream imagery from Google Maps.
8-
- Added `assetOptions` to `CesiumIonRasterOverlay` to pass JSON-string options to Cesium ion as it accesses an asset.
98
- Added `CesiumAzureMapsRasterOverlay` to stream imagery from Microsoft Azure.
9+
- Added `assetOptions` to `CesiumIonRasterOverlay` to pass JSON-string options to Cesium ion as it accesses an asset.
10+
11+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.52.1 to v0.53.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
1012

1113
## v1.18.1 - 2025-10-01
1214

native~/extern/cesium-native

Submodule cesium-native updated 33 files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.cesium.unity",
3-
"version": "1.18.1",
3+
"version": "1.19.0",
44
"displayName": "Cesium for Unity",
55
"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.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)