You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am considering using this crate to help avoid manually implementing some of its functionality, but I am using bevy 0.12.
Can this be upgraded? Or it is too abandoned?
The text was updated successfully, but these errors were encountered:
I have not really used scenes since bevy 0.10. My impression was that there were a lot of improvements to the APIs in Bevy itself, that allow you to create scenes using more granular selections of entities and components. I didn't think there was much value in this crate anymore, since Bevy has improved so much.
I didn't use scenes back in 0.10, but right now their API is excellent (except their examples use &mut World which is unavoidable I believe) because you have full control. You can create your own World and do whatever you want. Of course without a library helping you, you end up implementing a lot of the behaviour from this crate manually anyway
Hello, I am considering using this crate to help avoid manually implementing some of its functionality, but I am using
bevy 0.12
.Can this be upgraded? Or it is too abandoned?
The text was updated successfully, but these errors were encountered: