- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.2k
Closed as not planned
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsA-ReflectionRuntime information about typesRuntime information about typesA-ScenesSerialized ECS data stored on the diskSerialized ECS data stored on the diskC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use
Description
It should be possible to register Bundles the same way we currently register components. This would enable a number of things:
- app.register_bundle<MyBundle>()would be a nice shorthand for registering all components in the bundle
- It would allow us to use bundles in the scene system
- It would allow the editor to be aware of bundles / use them during scene construction
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsA-ReflectionRuntime information about typesRuntime information about typesA-ScenesSerialized ECS data stored on the diskSerialized ECS data stored on the diskC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use
Type
Projects
Status
Done