Skip to content

Commit

Permalink
Bump to v1.12.0, update CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 2, 2024
1 parent bfb6599 commit eda9b35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## ? - ?
## v1.12.0 - 2024-09-02

##### Breaking Changes :mega:

Expand All @@ -16,6 +16,7 @@
- Fixed a bug that could cause a crash in `CesiumIonSession` when the object was garbage collected or the AppDomain was unloaded while network requests were in progress.
- Fixed a bug that could cause `CesiumFlyToController` to unexpectedly interrupt a flight.
- glTF `doubleSided` materials are now supported. Previously, models using this property would appear inside-out.
- Fixed a bug that prevented clipping with CesiumCartographicPolygon from working with HDRP.

## v1.11.1 - 2024-08-01

Expand Down
2 changes: 1 addition & 1 deletion native~/extern/cesium-native
Submodule cesium-native updated 2 files
+1 −1 CHANGES.md
+1 −1 package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.cesium.unity",
"version": "1.11.1",
"version": "1.12.0",
"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",
Expand Down

0 comments on commit eda9b35

Please sign in to comment.