NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
485 stars 54 forks source link

Investigate hot reload support #57

Closed NiklasEi closed 1 year ago

NiklasEi commented 2 years ago

Can we support hot reload with dynamic assets?

NiklasEi commented 1 year ago

The main problem is that the loading state logic needs to run again. This will trigger multiple state transitions that would probably trigger a few game systems and make the whole hot-reload process feel quite fragile and dependant on user code. For now, I will close this issue. Maybe it can be revisited later on.