You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens whenever I run my project with file_watcher enabled
What went wrong
Hot reloading works, but I get this warning: WARN bevy_asset::io::source: AssetSourceId::Name(embedded) does not have an AssetWatcher configured. Consider enabling the "file_watcher" feature. Note that Web and Android do not currently support watching assets.
Additional information
I mentioned it in the assets-dev channel and cart said:
"[It's] too noisy/wrong. It's because we warn when any source doesn't support watching when watching is enabled for one source. We'll need to be a bit smarter about how we warn about these things."
The text was updated successfully, but these errors were encountered:
cart
added
A-Assets
Load files from disk to use for things like images, models, and sounds
and removed
S-Needs-Triage
This issue needs to be labelled
labels
Nov 6, 2023
…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.
…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.
james7132
pushed a commit
to james7132/bevy
that referenced
this issue
Dec 1, 2023
…evyengine#10787)
# Objective
Fixesbevyengine#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.
Bevy version
0.12.0
What you did
It happens whenever I run my project with file_watcher enabled
What went wrong
Hot reloading works, but I get this warning:
WARN bevy_asset::io::source: AssetSourceId::Name(embedded) does not have an AssetWatcher configured. Consider enabling the "file_watcher" feature. Note that Web and Android do not currently support watching assets.
Additional information
I mentioned it in the assets-dev channel and cart said:
"[It's] too noisy/wrong. It's because we warn when any source doesn't support watching when watching is enabled for one source. We'll need to be a bit smarter about how we warn about these things."
The text was updated successfully, but these errors were encountered: