Hello, when using Cesium for Unity, use Cesium 3D Tileset to load the local model, and then load it under the earth section. How can I make it at the correct height?
Hi @379079565,
The 3D Tileset will load at whatever transform is specified for the root tile in the tileset.json. You can always adjust this at runtime by adding an offset to the game object’s Transform (in other words, by adjusting the Position). This will add an offset to the tileset’s position in Unity coordinates.
Let us know if you have any follow-up questions!
