49e797fea7
* added additional test "upgreadeable components" * added test "buggy" hierarchies: blueprint instances as children of empties and blueprint instances as children of other blueprint instance * more materials * testing cases for various levels of nesting/ targets for components * reorganized objects in 3d scene for more clarity * changed camera view for more clarity * added background color & filmic |
||
---|---|---|
.. | ||
art | ||
assets | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Bevy registry export example/demo
This example showcases
- the use of the bevy_registry_export crate to extract all components & types information into a json file.
- That file is then used by the Blender addon to create Uis for each component, to be able to add & edit Bevy components easilly in Blender !
Running this example
cargo run --features bevy/dynamic_linking
Running the example also regenerates the registry.json file.