Cesium Standalone without Kubernetes Help

I am utilizing the Cesium Standalone asset server without Kubernetes, so only the asset server is available. I would like to use this server with Cesium for Unreal but the steps online involve securing an OAuth client through Cesium Ion (which does not seem possible without doing the Kubernetes setup).

If it is possible to have Cesium for Unreal work with the Cesium Standalone Asset Server, what are the steps to set that up?

Thanks!

Hi @aedanwells, welcome to the community.
It’s not possible to make the Cesium UI talk to the asset server alone, because the asset server doesn’t implement the Cesium ion API. But loading tilesets from the asset server is easy. Switch the “Source” property on the Cesium3DTilest to “From URL” and then put the URL of the tileset.json for the tileset you want to load from the asset server into the “URL” field.