I want to do a mobile Game in Unity. According to the Terms I am allowed to move the Cesium Logo to a Splash Screen. My issue however is, that I can’t manage to delete the oversized Logo from the Credits Screen. I tried to customize the credits as described here
However, not only does it not work, I also don’t see how I can actually change Text or Pictures in that xml File…
Hi @sCito9,
Unfortunately the oversized logo on mobile is a known issue that we have not yet resolved. My suspicion is that the UI isn’t incorporating the device’s display scale somehow, so the UI elements are at a fixed pixel size. We’re tracking this in a Github issue here, and I’ve bumped it with a link to this forum post.
The text and pictures for credits are incrementally added at runtime, based on the tiles that your app streams. So those can’t be edited directly… but, you should be able to edit the UI containers that they are added to. I’m not sure why the suggested approach wouldn’t work, though. Could you explain what you’re trying to do so we can reproduce the behavior on our side?
Thanks in advance!