Can Cesium show some grid info?

Hello, In Cesium, is there any idea or buit-in methods show grid info like above?

No, sorry, we don’t currently have a way in Cesium for Unity to show tile coordinates. The closest thing is CesiumDebugColorizeTilesRasterOverlay. If you add that component to your Cesium3DTileset, each tile will be shaded with a different color.

ok,thanks a lot