Skip to content

Commit d78e963

Browse files
committed
Merge remote-tracking branch 'origin/ue4-main' into ue5-main
2 parents 6acdb9b + 418784e commit d78e963

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
##### Additions :tada:
66

7-
- Added support for rendering point clouds (`pnts`).
7+
- Added support for rendering 3D Tiles point clouds (`pnts`).
88

99
##### Fixes :wrench:
1010

11-
- Fixed bug that causes a crash when changing the project default token.
11+
- Fixed bug that caused a crash when changing the project default token with tilesets active in the level.
12+
13+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.21.3 to v0.22.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
1214

1315
### v1.22.0 - 2023-02-01
1416

CesiumForUnreal.uplugin

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 38,
4-
"VersionName": "1.22.0",
3+
"Version": 39,
4+
"VersionName": "1.23.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",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium-unreal",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"description": "Cesium for Unreal",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)