How do I use Cesium as ONLY a sublevel? I do not want any Cesium actors in my Persistent level, I want to use a front end to give a user options to go load that sublevel or not (I have other levels as well)., However, every time I load and then unload a Ceisum sublevel, it leaves remnant actors, and it thinks I’m using 2 instances of the software so as a result my builds are failing.
Specifically, it leaves: Georefrence, Camera Manager, and Credit System. After the initial load/unload cycle it just seems to replace those actors with new versions as they keep changing in number ie: CesiumGeoreference2, CesiumGeoreference53, etc etc., even when I’m just in edit mode, and not even Playing in Editor.
I’ve read your documentation on creating sublevels but that assumes you want Cesium on your persistent level as well, which is not the case here. Surely this must be a simple solution, as Cesium can’t think that within applications they will always be persistent, right?