-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Labels
No labels