bevy/crates/bevy_asset/src
Daniel McNab f3de12bc5e Add a warning when watch_for_changes has no effect (#3684)
# Objective

- Users can get confused when they ask for watching to be unsupported, then find it isn't supported
- Fixes https://github.com/bevyengine/bevy/issues/3683

## Solution

- Add a warning if the `watch_for_changes` call would do nothing
2022-01-21 00:29:29 +00:00
..
diagnostic Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
io Add a warning when watch_for_changes has no effect (#3684) 2022-01-21 00:29:29 +00:00
asset_server.rs Fix doc_markdown lints in bevy_asset (#3468) 2021-12-29 17:52:39 +00:00
assets.rs Enable the doc_markdown clippy lint (#3457) 2022-01-09 23:20:13 +00:00
filesystem_watcher.rs Bump notify to 5.0.0-pre.11 (#2564) 2021-07-29 23:56:16 +00:00
handle.rs Documented Handles and Assets (#3348) 2022-01-04 23:38:39 +00:00
info.rs [assets] set LoadState properly and more testing! (#2226) 2021-06-08 02:46:44 +00:00
lib.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
loader.rs Fix doc_markdown lints in bevy_asset (#3468) 2021-12-29 17:52:39 +00:00
path.rs Allow String and &String as Id for AssetServer.get_handle(id) (#3280) 2021-12-09 22:40:15 +00:00