Unreal Error when parsing tileset JSON, error code 3 at byte offset 0

Hi there,

So I uploaded a pointcloud (las file) to cesium ion. Cesium ion converted it to 3D tiles.
I am trying to get it to show up in Unreal engine version 4.27.2. But I keep getting this error for both assets:

LogCesium: Error: [2022-09-22 15:06:56.325] [error] [ErrorList.h:72] Failed to load https://assets.cesium.com/1324120/0/0.pnts?v=1: - Error when parsing tileset JSON, error code 3 at byte offset 0

LogCesium: Error: [2022-09-22 15:10:56.947] [error] [ErrorList.h:72] Failed to load https://assets.cesium.com/1324024/2/2.pnts?v=1: - Error when parsing tileset JSON, error code 3 at byte offset 0

Double clicking sends the view to the right position but I can’t see the pointcloud. I use a accestoken created in cesium ion and on the the ion platform itself the pointcloud does show up in the viewer. Just not in unreal. I have the lidar plugin installed. Any ideas on how to solve this problem?

Best regards,
Roel

1 Like

Hello @RoelHop, welcome to the forum.

Cesium for Unreal doesn’t currently support point cloud tilesets , though experimental progress on this feature has been made in this branch. Are you using a plugin build from that experimental branch, or are you using the plugin from a release/UE marketplace?

-Alex

Hi Alex,

I am currently using version 1.17.0 from the marketplace.
I’ll try the branch you mentioned.

Hi Alex,

I see all the latests builds have failed on that branch.
Is there a build I can use?

Best regards,
Roel

Hello @agallegos and @RoelHop even I am facing the same issue.
I think we can convert our .las files into 3D tileset offline in our computer and then upload them to Cesium for unreal. I wish it might work. I will keep you posted.

1 Like

Hi,RoelHop. lucky to meet you here. I met the same problem. so, did you find the way to it finally? Look forward to your reply. Thanks a lot.

Hi @xiaochangjiang,

This thread is outdated – point clouds are now supported in Cesium for Unreal! Make sure you’ve upgraded to the latest version of the plugin. If you’re still having issues, feel free to open a new forum thread with more details.

Hi @janine,
Thanks a lot! I’ll try it. best regards.