cesium-unreal
cesium-unreal copied to clipboard
Add support for Linux on ARM64
Linux AArch64 Supported ? After I package for and run on Ubuntu AArch64,Got Errors about “can not find files Cesium “ Most of the Errors are “Cannot find cesium” I guess Cesium load failed on AArch64
We've never tried it, but I can't think of any reason it won't work. Did you follow the Developer Setup guide? It sounds like you might simply be missing the built cesium-native libs. https://github.com/CesiumGS/cesium-unreal/blob/ue5-main/Documentation/developer-setup.md
It's also possible some small tweaks will be needed to the build scripts on either the cesium-native or the cesium-unreal side.
If you've followed the guide and are still having trouble, please post your complete log.
We've never tried it, but I can't think of any reason it won't work. Did you follow the Developer Setup guide? It sounds like you might simply be missing the built cesium-native libs. https://github.com/CesiumGS/cesium-unreal/blob/ue5-main/Documentation/developer-setup.md
It's also possible some small tweaks will be needed to the build scripts on either the cesium-native or the cesium-unreal side.
If you've followed the guide and are still having trouble, please post your complete log.
Emmmm.I just downloaded from Unreal Marketplace . Is there any differences between UnrealMarketplace and GitHub SourceCode
Yes, the Unreal Marketplace has pre-built cesium-native libraries for the supported platforms, which does not include Linux/AArch64. To build for AArch64, you'll need to build those libraries from source, and the easiest way to do that is by following the developer setup guide.