Kevin Ring
Kevin Ring
Sorry @MatteoFifth, we are not actively working on this. If you investigate yourself, we welcome any information about what is causing the slowdown. Or, even better, a pull request to...
@CyrusLabSF how did you install Cesium for Unity? You need to use our scoped registry when installing using the Unity Package Manager. Installing from the github repo will _not_ work....
It's possible! My other guess is that the water mask alone is not triggering the necessary creation of texture coordinates.
@ankitpentashield can you please check if you're able to reproduce this problem in an official release of the plugin? It's hard to say what bugs might be lurking in a...
@Apollo199999999 I can't say for sure, but your screenshot looks like you possible have multiple tilesets displaying on top of each other, for example both Cesium World Terrain and Google...
Please see #1530 for an explanation and fix for this issue.
Adding a timeout is ok, but it's probably better to figure out why the server is taking so long to respond to some requests in your case. That's most likely...
Thanks for the PR @arbertrary! The root tile is part of the tileset.json, which is download when the tileset is first loaded. Until that download / parse completes, we don't...
@dyllan-aeroai if you're making changes to the plugin, be aware that Unreal Engine will not automatically recompile source files installed with the engine (i.e., in `C:\Program Files\Epic Games\UE_5.2\Engine\Plugins\Marketplace\CesiumForUnreal` or similar)....
> Seems to work well with the tilesets that were causing us collision problems in the past. Also seems to not have any performance repercussions as far as I as...