CesiumGS / cesium-unreal

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

Remove UE 5.1 CI + other checks #1412

Closed j9liu closed 2 months ago

j9liu commented 2 months ago

This PR removes CI runs for UE 5.1. It also removes checks for UE versions 5.2 or lower, since 5.2 is now our default.

csciguy8 commented 2 months ago

I was itching to do this, you beat me to it!

j9liu commented 2 months ago

I committed a change for our .uplugin file to target 5.2 now (our new min version)

Also, do we need to update CHANGES.md to note our removed support? Looks like previous versions did... This release no longer supports Unreal Engine v5.0. Unreal Engine v5.1, v5.2, or v5.3 is required.

Thanks for the catches @csciguy8 ! Yeah, forgot to add that note this time around, so I just added it after the fact.