Hi @MBG,
That error is very surprising. That method should be implemented on Android, just the same as any other platform. A couple of questions for you:
- What version of Cesium for Unity are you using?
- How did you install Cesium for Unity? Is it from the Unity Package Manager and our registry? Or did you build it yourself?
- Does other functionality work on Android? If not, the most likely cause is that you’ve built for 32-bit Android. Cesium for Unity only supports 64-bit platforms. See here: Launching Cesium for Unity - #23 by Kevin_Ring