-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed as not planned
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
Description
> This does change public API. Should a system be implemented to help migrate code?
Breaking changes are generally fine.
Perhaps an impl From<HashMap<K, V, S>> for EntityHashMap<K, V>
I think that we should probably just use the FromIterator
trait. Useful idea though, might as well do that here.
Originally posted by @alice-i-cecile in #10415 (comment)
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy