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
Error occurs if Bevy has the "file_watcher" feature enabled.
Error: thread 'main' panicked at .cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_asset-0.13.2\src\io\source.rs:493:18: Failed to create file watcher: Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] } stack backtrace: note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.
Dependencies:
bevy = { version = "0.13.2", features = ["dynamic_linking", "file_watcher"] }
bevy-persistent = { version = "0.5.0", features = ["yaml"] }
os = windows
Expected behavior: if there is a change in persistence file(eg. manual change of file), the changes will be loaded by bevy asset hot reloading functionality
The text was updated successfully, but these errors were encountered:
Error occurs if Bevy has the "file_watcher" feature enabled.
Error:
thread 'main' panicked at .cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_asset-0.13.2\src\io\source.rs:493:18: Failed to create file watcher: Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] } stack backtrace: note: Some details are omitted, run with
RUST_BACKTRACE=fullfor a verbose backtrace.
Dependencies:
bevy = { version = "0.13.2", features = ["dynamic_linking", "file_watcher"] }
bevy-persistent = { version = "0.5.0", features = ["yaml"] }
os = windows
Expected behavior: if there is a change in persistence file(eg. manual change of file), the changes will be loaded by bevy asset hot reloading functionality
The text was updated successfully, but these errors were encountered: