rewin123 / space_editor

bevy prefab editor
MIT License
398 stars 49 forks source link

Hot reload for prefabs #99

Open rewin123 opened 1 year ago

rewin123 commented 1 year ago

When changing a prefab file, it should reload in the editor/game window if it is opened via the PrefabLoader component

naomijub commented 11 months ago

bevy asset file watch might be a quick win here

rewin123 commented 11 months ago

Yes. But you have to take the time to correctly re-spawn a prefab in a scene, especially if he or his children are referenced by other prefabs