CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
879 stars 285 forks source link

Create build without Binaries/Intermediates for the Marketplace. #1440

Closed kring closed 1 month ago

kring commented 1 month ago

Produces a new SourceOnly build artifact from the Combine steps, which excludes the Binaries and Intermediates directories. These are produced by Epic's Marketplace build process, and including them has apparently started to cause that process to fail (see #1433).

I've also eliminated the old LinuxIntermediates directory. If we're really lucky, the now-less-confused Epic build process will now produce Linux binaries the way it's supposed to. But if not, the LinuxIntermediates directory wasn't doing anyone much good anyway. People needed to know to copy it to Intermediates in order to build for Linux in order to use it, and at that point why not just use our releases on GitHub instead of Epic's?