Blender_bevy_components_wor.../examples/demo/multiple_levels_multiple_bl...
kaosat.dev dafd408bd1 feat(examples): started examples reorg
* moved multiple blendfiles example to be the main "demo"
2024-06-20 00:08:22 +02:00
..
art feat(examples): started examples reorg 2024-06-20 00:08:22 +02:00
assets feat(examples): started examples reorg 2024-06-20 00:08:22 +02:00
src feat(examples): started examples reorg 2024-06-20 00:08:22 +02:00
Cargo.toml feat(examples): started examples reorg 2024-06-20 00:08:22 +02:00
README.md feat(examples): started examples reorg 2024-06-20 00:08:22 +02:00

README.md

Multiple levels from multiple blend files example/demo

This example showcases multiple levels, each created from a seperate Blend file , with all assets stored in the (common file)[./art/common.blend] It using triggers to transition to another level. It currently has NO state persistence between levels. You can press "D" to toggle the physics debug view.

Running this example

cargo run --features bevy/dynamic_linking