Skip to content

Commit 67f9973

Browse files
committed
Bump version to v1.16.0.
1 parent 9a436ac commit 67f9973

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## ? - ?
3+
## v1.16.0 - 2025-05-01
44

55
##### Additions :tada:
66

@@ -11,6 +11,8 @@
1111
- Fixed a bug where credits would not display in the Game tab after entering Play Mode.
1212
- Improved stability during AppDomain reloads by catching exceptions thrown while freeing tiles.
1313

14+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.46.0 to v0.47.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
15+
1416
## v1.15.5 - 2025-04-01
1517

1618
##### Fixes :wrench:

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.15.5",
3+
"version": "1.16.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)