Skip to content

fix(ci): exclude Town15 from cooking to unblock packaging#9595

Open
youtalk wants to merge 3 commits intocarla-simulator:ue5-devfrom
youtalk:fix/town15-cooking-crash
Open

fix(ci): exclude Town15 from cooking to unblock packaging#9595
youtalk wants to merge 3 commits intocarla-simulator:ue5-devfrom
youtalk:fix/town15-cooking-crash

Conversation

@youtalk
Copy link

@youtalk youtalk commented Mar 20, 2026

Description

Exclude Town15 from MapsToCook in DefaultGame.ini to unblock the CI packaging pipeline.

Town15's landscape texture triggers a UE5 engine internal assertion failure during cooking. This is a pre-existing issue on ue5-dev, not caused by any recent code changes. Town15 remains in DirectoriesToAlwaysStageAsUFS so its OpenDrive/Nav/TM data is still staged.

This fix was split out from PR #9586 to be reviewed independently.

Where has this been tested?

  • Platform(s): Linux (Ubuntu)
  • Python version(s): N/A (config-only change)
  • Unreal Engine version(s): UE 5.5 (CARLA fork)

Possible Drawbacks

  • Town15 will not be included in packaged builds until the root cause in the landscape material is resolved.

This change is Reviewable

Town15's landscape texture triggers a UE5 engine internal assertion
failure during cooking, crashing the packaging pipeline. This is a
pre-existing issue on ue5-dev unrelated to any recent code changes.

Commenting out the Town15 MapsToCook entry until the root cause in the
landscape material is resolved.
@update-docs
Copy link

update-docs bot commented Mar 20, 2026

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update our CHANGELOG.md based on your changes.

@youtalk youtalk marked this pull request as ready for review March 20, 2026 17:04
@youtalk youtalk requested a review from a team as a code owner March 20, 2026 17:04
Copilot AI review requested due to automatic review settings March 20, 2026 17:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Excludes the Town15 map from Unreal’s MapsToCook list to prevent a UE5 cooking assertion failure that blocks the CI packaging pipeline, while still staging Town15’s ancillary data as UFS.

Changes:

  • Comment out Town15 in MapsToCook (with explanatory notes) to unblock cooking/packaging.
  • Add a CHANGELOG.md entry documenting the exclusion.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Unreal/CarlaUnreal/Config/DefaultGame.ini Removes Town15 from the cooked map list while keeping Town15 data staged as UFS.
CHANGELOG.md Documents the packaging/cooking unblock change in the “LATEST Changes” section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Removed Town15 map entry due to engine assertion crash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants