You can see it when editing the project, but when playing the game nothing shows up. Why is this?
Hi @Portalwake,
By default Cesium for Unity only loads tiles from the perspective of the camera returned by Camera.main
. So if you’re viewing the world through some other camera during play, that might explain what you’re seeing.
You can configure additional cameras on the CesiumCameraManager component if necessary. It’s automatically added to the CesiumGeoreference game object, usually.
If that doesn’t help, please share more details of how you have set up your scene.
Never mind, I found a toggle, can’t remember where, but you’re right about the problem being to do with the camera, whatever toggle it was connected Cesium and the camera and now it shows up! Thank you!