Failed to package LinuxARM 64 with error message Cesium

Error message:
UATHelper: Packaging (LinuxArm64): LogInit: Display: LogCook: Error: Failed to cook /Game/NewMap for platform LinuxArm64. It imports class /Script/CesiumRuntime.CesiumCameraManager, which is in a module that is not available on the platform.

When I close the Cesium plugin, it can be packaged normally. It’s just a pure project with only one empty level and cesiumCesium World Terrain

Hi @junhao_zhuge,
Linux on ARM64 is not currently a supported platform. You’ll need to compile the plugin yourself from source if you need to support ARM64. I’d suggest starting with our GitHub Actions script that builds for Linux on x64:

Which calls into here: