Are there something issues in Cesium 3D tileset with b3dm?

I’m having trouble uploading b3dm data with tileset.json to cesium 3d tileset. The memory keeps going up and the tileset doesn’t appear.

When the data is imported through Cesium js, it works without any problems, so it doesn’t seem to be a data problem.

Thanks for the report, @gjqjfjwl321! This helped us identify a bug in Cesium for Unity. We’ve filed it at cesium-unity #697.

In the meantime, we suggest this workaround: convert your tileset to 3D Tiles 1.1 using 3d-tiles-tools:

npx 3d-tiles-tools upgrade --input ./tileset.json --output ./tileset-1.1 --targetVersion 1.1