Add Unreal Engine 5.2 release packaging tools - #185
Merged
jonyMarino merged 0 commit intoAug 25, 2026
Merged
Conversation
aurebidart
force-pushed
the
feature/release-tools-ue52
branch
from
August 24, 2026 21:54
3748ef5 to
d88c11f
Compare
jonyMarino
force-pushed
the
feature/release-tools-ue52
branch
from
August 25, 2026 14:15
a899d15 to
d88c11f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #
About
This PR adds public release tooling for packaging Project AirSim with Unreal Engine 5.2 on Linux.
It introduces scripts to:
ProjectAirSim,Drone, andRoverplugins.BuildCookRun.Release orchestration, credentials, runner configuration, and private repository mappings remain outside the public repository.
How Has This Been Tested?
python3 -m unittest discover -s tools/release/tests -vpython3 -m py_compile.bash -n.--help.git diff --check.A complete Unreal packaging run was not performed because it requires an Unreal Engine 5.2 installation and the corresponding build environment.
Screenshots and videos (if appropriate):
N/A — this PR adds command-line release tooling and has no user-interface changes.