bevy/crates/bevy_asset/src/io
Carter Anderson 4221f7e7e9
Print precise and correct watch warnings (and only when necessary) (#10787)
# Objective

Fixes #10401 

## Solution

* Allow sources to register specific processed/unprocessed watch
warnings.
* Specify per-platform watch warnings. This removes the need to cover
all platform cases in one warning message.
* Only register watch warnings for the _processed_ embedded source, as
warning about watching unprocessed embedded isn't helpful.

---

## Changelog

- Asset sources can now register specific watch warnings.
2023-11-29 00:35:13 +00:00
..
embedded Print precise and correct watch warnings (and only when necessary) (#10787) 2023-11-29 00:35:13 +00:00
file Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
android.rs remove unused import on android (#10197) 2023-10-19 23:02:04 +00:00
gated.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
memory.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
mod.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
processor_gated.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
source.rs Print precise and correct watch warnings (and only when necessary) (#10787) 2023-11-29 00:35:13 +00:00
wasm.rs Prepend root_path to meta path in HttpWasmAssetReader (#10527) 2023-11-14 01:29:22 +00:00