fix(ci): exclude Town15 from cooking to unblock packaging#9595
Open
youtalk wants to merge 3 commits intocarla-simulator:ue5-devfrom
Open
fix(ci): exclude Town15 from cooking to unblock packaging#9595youtalk wants to merge 3 commits intocarla-simulator:ue5-devfrom
youtalk wants to merge 3 commits intocarla-simulator:ue5-devfrom
Conversation
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.
|
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. |
1 task
There was a problem hiding this comment.
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.mdentry 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.
1 task
Removed Town15 map entry due to engine assertion crash.
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.
Description
Exclude Town15 from
MapsToCookinDefaultGame.inito 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 inDirectoriesToAlwaysStageAsUFSso 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?
Possible Drawbacks
This change is