johanhelsing / bevy_web_asset

Bevy asset loader that transparently supports loading over http(s)
Apache License 2.0
71 stars 17 forks source link

Regular file system hot reloading is not working #1

Closed johanhelsing closed 1 year ago

johanhelsing commented 2 years ago

It's happening because the filesystem watcher implementation in bevy tries to downcast the asset io to FileAssetIO. Since we're wrapping it, that downcast fails, and nothing happens.

Bevy issue: https://github.com/bevyengine/bevy/issues/1414

johanhelsing commented 2 years ago

This should be possible to fix now :)

But not sure when I'll get the time to do it. If anyone wants to give it a go, check the linked bevy issue above for details!

voidentente commented 1 year ago

This should probably be closed @johanhelsing

johanhelsing commented 1 year ago

Yes, thanks :)