Closed nicopap closed 1 year ago
Instead of relying on bevy_scene and Handle<Scene> behavior, I should define my own asset that reflect scene in every way but one: insert all root nodes into the parent, instead of having a single root with the scene content.
Handle<Scene>
It also gives me full control on hot-reloading.
Instead of relying on bevy_scene and
Handle<Scene>
behavior, I should define my own asset that reflect scene in every way but one: insert all root nodes into the parent, instead of having a single root with the scene content.It also gives me full control on hot-reloading.