Skip to content

Commit

Permalink
Bump to v2.1.0, update native and CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Dec 1, 2023
1 parent 5d0d432 commit bdbfb17
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Change Log

### ? - ?

##### Fixes :wrench:

- Fixed a bug where viewports could appear wider than configured in the Dynamic Pawn's Camera Field of View. Noticed in Unreal Engine v5.3 when in Play-In-Editor mode, or a packaged game. In extreme cases, tiles would be missing near the edges of the view
### v2.1.0 - 2023-12-01

##### Additions :tada:

Expand All @@ -15,9 +11,12 @@
##### Fixes :wrench:

- Fixed a bug in the "Select New Token" dialog that caused an error when trying to create a new token without being connected.
- Fixed a bug where an EditCondition was not parsed correctly and caused Output Log window errors.
- Fixed a bug where an `EditConditio`n was not parsed correctly and caused Output Log window errors.
- Removed query parameters from filepaths if present, as they are no longer ignored by Unreal. This fixes a bug where the URL would not load correctly in some cases.
- Fixed a Tile Excluder bug that computed incorrect tile bounds, making tiles invisible when moving the tileset in the sample scene.
- Fixed a bug where viewports could appear wider than configured in the Dynamic Pawn's Camera Field of View. Noticed in Unreal Engine v5.3 when in Play-In-Editor mode, or a packaged game. In extreme cases, tiles would be missing near the edges of the view.

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

### v2.0.0 - 2023-11-01

Expand Down
4 changes: 2 additions & 2 deletions CesiumForUnreal.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 53,
"VersionName": "2.0.0",
"Version": 54,
"VersionName": "2.1.0",
"FriendlyName": "Cesium for Unreal",
"Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.",
"Category": "Geospatial",
Expand Down
2 changes: 1 addition & 1 deletion extern/cesium-native
Submodule cesium-native updated 2 files
+2 −2 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": "cesium-unreal",
"version": "2.0.0",
"version": "2.1.0",
"description": "Cesium for Unreal",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit bdbfb17

Please sign in to comment.