Skip to content

Dynamic Bundle Presets #79

@ChristopherBiscardi

Description

@ChristopherBiscardi

Some people like using marker components, but would like "bundle presets".

The core idea for a "bundle preset" would be basically like a marker component, but defined outside of bevy's code (so presets could be hot-reloaded with an asset, etc).

This could theoretically be implemented as a gltf extension: skein_bundle_presets that held a hashmap of key/bundle value pairs.

Then skein could allow the selection of a preset (or multiple presets), and the presets could be defined/redefined via some external file format (like ron, etc).

I'm not sure if this is a feature we'll implement, but I wanted to document the case for future thought. Most notable feature here is that "the bundles" wouldn't be pre-registered in the Bevy application.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions