Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix embedded asset path panic #209

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

luca-della-vedova
Copy link
Member

@luca-della-vedova luca-della-vedova commented Mar 21, 2024

Bug fix

Fixed bug

Fixes #208.

Fix applied

This is the upstream bug that tracks the reason for our panic bevyengine/bevy#10377.
It has been fixed and released in 0.13 but we are on 0.12 as of now. As much as I'm always a big fan of updating we are cannot do it quite yet until bevy_polyline and bevy_infinite_grid are updated, and they seem to always lag about 1 version of bevy.

Luckily there seems to be a workaround in bevyengine/bevy#10377 (comment) that we can use until we migrate.

To test:

Note that I could only test on Linux, if anyone could test on Windows that would also be great but since this is quite severe I wouldn't necessarily hold that as a blocker.

It should panic without this PR and work fine with it.

Signed-off-by: Luca Della Vedova <[email protected]>
Copy link
Member

@arjo129 arjo129 left a comment

Choose a reason for hiding this comment

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

LGTM.

@luca-della-vedova luca-della-vedova merged commit 403e60c into main Mar 26, 2024
5 checks passed
@luca-della-vedova luca-della-vedova deleted the luca/embedded_asset_workaround branch March 26, 2024 03:44
reuben-thomas pushed a commit to reuben-thomas/rmf_site that referenced this pull request Jun 17, 2024
Signed-off-by: Luca Della Vedova <[email protected]>
Signed-off-by: Reuben Thomas <[email protected]>
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.

[Bug]: Bevy 0.12 migration broke colcon workflow
2 participants