Skip to content

Commit 2ce1da8

Browse files
committed
Update CHANGES.md, bump to v1.11.0.
1 parent 5641ee1 commit 2ce1da8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Change Log
22

3-
### ? - ?
3+
### v1.11.0 - 2024-07-01
44

55
##### Additions :tada:
6+
67
- Added support for custom non-WGS84 ellipsoids.
7-
- The ellipsoid can be changed by specifying a `CesiumEllipsoid` asset in the new "Ellipsoid Override" property of a `CesiumGeoreference`.
8-
- New `CesiumEllipsoid` assets can be created using the menu option `Assets > Create > Cesium > Ellipsoid`.
8+
- The ellipsoid can be changed by specifying a `CesiumEllipsoid` asset in the new "Ellipsoid Override" property of a `CesiumGeoreference`.
9+
- New `CesiumEllipsoid` assets can be created using the menu option `Assets > Create > Cesium > Ellipsoid`.
910

1011
##### Fixes :wrench:
1112

12-
- Cesium for Unity now links statically against the MSVC runtime library on Windows, avoiding the new for an MSVC redistributable to be installed.
13+
- Cesium for Unity now links statically against the MSVC runtime library on Windows, avoiding the need for an MSVC redistributable to be installed.
1314
- Fixed a bug that caused Cesium ion tokens selected on the Tokens panel to fail to save.
1415
- Fixed a bug that caused the "Select Cesium ion Token" panel to show the wrong state when the current token was not from the currently-signed-in Cesium ion account, but the signed-in account had a token named after the current Unity project.
1516

17+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.36.0 to v0.37.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
18+
1619
### v1.10.1 - 2024-06-03
1720

1821
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.35.0 to v0.36.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.

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