bevy/crates/bevy_asset/src
andriyDev a08760b19b
Revert PR #15481 to resolve a regression. (#18567)
# Objective

- Fixes #18010.

## Solution

- Revert the offending PRs! These are #15481 and #18013. We now no
longer get an error if there are duplicate subassets.
- In theory we could untangle #18013 from #15481, but that may be
tricky, and may still introduce regressions. To avoid this worry (since
we're already in RC mode), I am just reverting both.

## Testing

- This is just a revert.

---

## Migration Guide

<Remove the migration guides for #15481 and #18013>

I will make a PR to the bevy_website repo after this is merged.
2025-03-27 21:32:01 +00:00
..
io Don't panic on temporary files in file watcher (#18462) 2025-03-25 04:16:33 +00:00
processor Revert PR #15481 to resolve a regression. (#18567) 2025-03-27 21:32:01 +00:00
server Revert PR #15481 to resolve a regression. (#18567) 2025-03-27 21:32:01 +00:00
asset_changed.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
assets.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00
direct_access_ext.rs Improve clarity of existing bevy_assets documentation (#17830) 2025-02-13 19:49:25 +00:00
event.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
folder.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
handle.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
id.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
lib.rs Revert PR #15481 to resolve a regression. (#18567) 2025-03-27 21:32:01 +00:00
loader_builders.rs Revert PR #15481 to resolve a regression. (#18567) 2025-03-27 21:32:01 +00:00
loader.rs Revert PR #15481 to resolve a regression. (#18567) 2025-03-27 21:32:01 +00:00
meta.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
path.rs AssetServer out of bounds protection (#18088) 2025-03-25 04:02:22 +00:00
reflect.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
render_asset.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
saver.rs Revert PR #15481 to resolve a regression. (#18567) 2025-03-27 21:32:01 +00:00
transformer.rs Revert PR #15481 to resolve a regression. (#18567) 2025-03-27 21:32:01 +00:00