A globe camera controller for Unity

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:

  1. What version of Cesium for Unity are you using?
  2. How did you install Cesium for Unity? Is it from the Unity Package Manager and our registry? Or did you build it yourself?
  3. 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