mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
7273ffcd78
# Objective This PR fixes a crash that happens when an asset failure event is processed after the asset has already been dropped. ``` 2024-07-03T17:12:16.847178Z ERROR bevy_asset::server: Encountered HTTP status 404 when loading asset thread 'main' panicked at bevy/crates/bevy_asset/src/server/info.rs:593:18: ``` ## Solution - Update `process_asset_fail` to match the graceful behavior in `process_asset_load` (it does not assume the state still exists). --- ## Changelog - Fixed a rare crash that happens when an asset failed event is processed after the asset has been dropped. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |