CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
917 stars 292 forks source link

Failed to load a tileset that loads in CesiumJS and has no obvious unsupported features #386

Closed Llhai closed 3 years ago

Llhai commented 3 years ago

I am having trouble loading 3dtiles files using the cesium-unread plugin.

The error messages are as follows LogCesium: Error: [2021-04-27 11:13:40.730] [error] [GltfContent.cpp:32] Failed to load binary glTF from file:///C:/Users/hust/Desktop/cesium_data/MyTest/Tile_Osgb_0.b3dm: - JSON parsing error at byte offset 1283: Parsing was terminated

The data is converted from osgb, and the conversion tool is https://github.com/fanvanzh/3dtiles It can be loaded successfully by cesium.js, But not on UE4 image

kring commented 3 years ago

@Llhai is it possible for us to access the tileset to debug?

Llhai commented 3 years ago

Thanks, but sorry, I can't provide model files, I have solved the question,the problem is caused by my format conversion tool.

MiratPH commented 3 years ago

@Llhai Hello, I'm facing similar problems. Could you please tell me some detail about what's wrong with your format conversion tool? Thanks.

Llhai commented 3 years ago

@MiratPH You can try to use cesiumlab2 to convert your model format