After aligning, modeling, and texturing drone-captured images in Reality Capture, I exported it in Cesium 3D Tiles(*.json) format and tried to load the resulting file as a URL in Unreal Engine 5.
However, I received an error message and need help resolving the issue.
The error message:
LogCesium: Loading tileset from URL file:///C:/Users/undtw01_user/Documents/Tileset/L0/tileset_test.json
LogCesium: Loading tileset from URL file:///C:/Users/undtw01_user/Documents/Tileset/L0/tileset_test.json done
LogCesium: Error: [2023-04-12 18:51:54.959] [error] [ErrorList.h:72] Failed to load file:///C:/Users/undtw01_user/Documents/Tileset/L0/tileset_test/Geometry/lod13_0.b3dm:
- Error when parsing tileset JSON, error code 3 at byte offset 0
What should I do to troubleshoot this problem?