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

stop retrying removed assets #12505

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Conversation

robtfm
Copy link
Contributor

@robtfm robtfm commented Mar 16, 2024

Objective

assets that don't load before they get removed are retried forever, causing buffer churn and slowdown.

Solution

stop trying to prepare dead assets.

@robtfm robtfm added C-Bug An unexpected or incorrect behavior A-Rendering Drawing game state to the screen labels Mar 16, 2024
@robtfm robtfm changed the title stop retrying removed materials stop retrying removed assets Mar 16, 2024
@alice-i-cecile alice-i-cecile added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Mar 16, 2024
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Mar 16, 2024
Merged via the queue into bevyengine:main with commit 1323de7 Mar 16, 2024
29 checks passed
@SK83RJOSH
Copy link

@alice-i-cecile I'm not sure if 0.13.3 is still planned, but if so, this one would be an ideal candidate for cherry picking. Wanted to mention it since it'll save me some grief while I wait for 0.14.0 to stabilize. (sorry for the email to you both, just wanted to follow up on the thread from last night 🙂)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants