Skip to content

Commit 9127167

Browse files
committed
Merge branch 'main' into metadata-popout-ui
2 parents a1e42d7 + cdfd696 commit 9127167

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log {#changes}
22

3-
### ? - ?
3+
### v2.21.0 - 2025-11-03
44

55
##### Additions :tada:
66

@@ -12,6 +12,8 @@
1212
- Fixed a bug where `CesiumCreditSystem` would not filter out empty credits, resulting in duplicate on-screen delimiters.
1313
- Fixed a problem where multi-selecting `UCesiumGlobeAnchorComponent` could cause the selected components to teleport to 0 degrees longitude and 0 degrees latitude. Now, the geospatial position and orientation fields are hidden while multi-selecting.
1414

15+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.52.0 to v0.53.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
16+
1517
### v2.20.0 - 2025-10-01
1618

1719
##### Additions :tada:

CesiumForUnreal.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 81,
4-
"VersionName": "2.20.0",
3+
"Version": 82,
4+
"VersionName": "2.21.0",
55
"FriendlyName": "Cesium for Unreal",
66
"Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.",
77
"Category": "Geospatial",

Source/CesiumRuntime/Private/Tests/CesiumSceneGeneration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace Cesium {
2020

2121
FString SceneGenerationContext::testIonToken(
22-
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkNDE3ZGU2Ny1jMDhlLTQ5MTItOWE1Zi04MTU5NDZlM2ZlNWEiLCJpZCI6MjU5LCJpYXQiOjE3NTkzMDY2Nzh9.61Fem2_E6IbkMP3mp4hMknB6O_35qjW73lq081H9AdY");
22+
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI0ZWNiNmU2Yi00Nzk5LTQ1ZjAtYTY1Ny05YTEzZDE4ZTMzMDQiLCJpZCI6MjU5LCJpYXQiOjE3NjIxMjkzMzN9.WSE2EztMDUGhyunsIHIG7oxKbr18m0goBK9r966PCXE");
2323

2424
void SceneGenerationContext::setCommonProperties(
2525
const FVector& origin,

extern/cesium-native

Submodule cesium-native updated 33 files

0 commit comments

Comments
 (0)