Skip to content

Commit

Permalink
Bump version, update CHANGES, remove unsupported platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 1, 2024
1 parent ef010b3 commit 35427de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Change Log

## v1.?.? - 2024-11-01
## v1.13.1 - 2024-11-01

##### Fixes :wrench:

- Added restrictions to `CesiumRuntime.asmdef` to prevent the plugin from attempting to load on platforms not supported by Cesium Native.
- Added restrictions to `CesiumRuntime.asmdef` to prevent the plugin from attempting to load on platforms not supported by Cesium for Unity.

In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.40.1 to v0.41.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.

## v1.13.0 - 2024-10-01

Expand Down
1 change: 0 additions & 1 deletion Runtime/CesiumRuntime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"iOS",
"macOSStandalone",
"WSA",
"WindowsStandalone32",
"WindowsStandalone64"
],
"excludePlatforms": [],
Expand Down
2 changes: 1 addition & 1 deletion native~/extern/cesium-native
Submodule cesium-native updated 2 files
+2 −5 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.13.0",
"version": "1.13.1",
"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 35427de

Please sign in to comment.