Skip to content

Commit e03b3ee

Browse files
committed
Bump version, update changelog.
1 parent cb2035e commit e03b3ee

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

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

3-
## ? - ?
3+
## v1.14.1 - 2025-01-02
4+
5+
This is the last release of Cesium for Unity that will support Unity 2021 LTS (2021.3). Future versions will require Unity 2022 LTS (2022.3) or Unity 6.
46

57
##### Fixes :wrench:
68

@@ -10,6 +12,8 @@
1012
- Fixed a bug that could cause a hang when attempting to load a model with UINT16 indices where generating flat normals required more than 2^16 vertices.
1113
- Fixed a bug in the Abseil vcpkg overlay port that could cause linker errors on some systems.
1214

15+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.42.0 to v0.43.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
16+
1317
## v1.14.0 - 2024-12-02
1418

1519
##### Additions :tada:

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