Nothing Shows when update Lat, long and height on play mode

I wanted to change lat, long and height of georeference in play mode, taking input from user, but when I am changing I cant see any tiles, I have done culling to box collider, can we do that, and if we can how to do that?

Hi @SethiShreya, welcome to the community!
A common problem when adjust the CesiumGeoreference origin programmatically is to swap longitude and latitude, so check that first. Longitude is first (X), Latitude is second (Y).

If that’s not the problem, can you tell us a little more about what you’re doing and what you’re seeing?