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
When asset change detection is enabled by asset_server.watch_for_changes().unwrap(); application freezes if asset file is modified.
The reason is deadlock in filesystem_watcher_system (PR is in progress)
Proposed labels: asset, bug
The text was updated successfully, but these errors were encountered:
mrk-its
added a commit
to mrk-its/bevy
that referenced
this issue
Aug 27, 2020
karroffel
added
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Bug
An unexpected or incorrect behavior
labels
Aug 28, 2020
When asset change detection is enabled by
asset_server.watch_for_changes().unwrap();
application freezes if asset file is modified.The reason is deadlock in
filesystem_watcher_system
(PR is in progress)Proposed labels: asset, bug
The text was updated successfully, but these errors were encountered: