My version is 1.13.2.When I package LinuxAArch64 it says version not supported.The cause of the packaging failure is "Ignoring plugin CesiumForUnreal (referenced via default plugins) due to unsupported target platform."How to solve it?
v1.13.2 is very old (we’re up to v2.7.1), so you should really upgrade if you can. That may require upgrading your Unreal Engine version as well.
But even in the latest version, Linux on ARM is not an officially-supported platform. You’ll need to build manually from source in order to support this platform. This process is not entirely straightforward, but these instructions can get you started:
I saw a linux folder in a third-party library(CesiumForUnreal\Source\ThirdParty\lib),there is no LinuxAArch64 folder.If I compile successfully, how do I link?
I have linuxARM requirements, so I need to recompile cesium,Can I fix this problem if I recompile the “thirdpart”?I see package linux is linked to thirdpart below Linux-64 folder.Assuming I have compiled, how do I link to cesium?
I’ve already linked the Developer Setup instructions, which explain how this is done. If you’re running into a problem at a specific step, let us know where.