UE4: Does this plugin(Cesium for Unreal) support packaging to Android applications?

Hello! I tried to package the project containing this plugin to my Android cellphone, and the application crashed directly…

I tried to modify the preview rendering level in the settings to Android ES3.1, and it crashed directly after running:
Assertion failed: Stream.VertexBuffer->IsInitialized() [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/RenderCore/Private/VertexFactory.cpp] [Line: 210]
Vertex buffer was not initialized! Stream 3, Stride 4, Name ColorOnly Mesh Vertices
Hope to receive your reply~

I hope that the official staff can reply after seeing this BUG, thanks a lot!

Hi @drakelzh,

Cesium for Unreal currently only supports 64-bit Windows and macOS platforms. We just merged a PR to add Linux support so that should ship soon. We intend to support Android and iOS in the future, but don’t currently have a time frame for that.

Kevin