johanhelsing / bevy_web_asset

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

Hotreload Fix #10

Closed voidentente closed 1 year ago

voidentente commented 1 year ago

A quick fix I threw together. Sorry if it isn't very clean, but hotloading local files should work again now.

johanhelsing commented 1 year ago

Nice work, thanks a lot :)