bevy_web_asset icon indicating copy to clipboard operation
bevy_web_asset copied to clipboard

Regular file system hot reloading is not working

Open johanhelsing opened this issue 3 years ago • 1 comments

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 avatar Sep 19 '21 09:09 johanhelsing

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!

johanhelsing avatar Aug 04 '22 11:08 johanhelsing

This should probably be closed @johanhelsing

voidentente avatar Jan 24 '23 02:01 voidentente

Yes, thanks :)

johanhelsing avatar Jan 24 '23 07:01 johanhelsing