Can we use Cesium Moon Terrain for Unity?
If so, is there a documentation for that?
Can we use Cesium Moon Terrain for Unity?
If so, is there a documentation for that?
Yes, it’s possible. We don’t have a detailed tutorial for this, but the process will be similar to using it in Unreal:
Give it a try, and we should be able to help if you get stuck.
Thanks, I’ve already tried this one though, after choosing CesiumMoonEllipsoid in step#4, nothing happened that’s why I asked, I thought Unity setting would be different.
Can you please elaborate on “nothing happens”? What do you expect to see? What are you seeing instead?
There are some discrepancies between game view and scene view, scene view doesn’t show anything (objects are in the scene hierarchy). I expect to see a similar view to display on the game view.
@Dilara I just tried it out, and the Game view does correctly render a Cesium3DTileset based on the camera tagged MainCamera
, just as it does in-game. If you don’t have such a Camera, then Cesium for Unity doesn’t know what it’s supposed to be rendering, so it will render nothing.
If this doesn’t solve your problem, please provide as much detail as you can - including screenshots and details of your Scene setup - so that we can help you.