Blender_bevy_components_wor.../examples/bevy_gltf_save_load/basic
kaosat.dev 295c387132 refactor(Blenvy): BIG cleanup
* removed old blender add-ons, there is now only Blenvy !
 * updated most of the main docs accordingly
 * updated project name in main README
 * etc
 * related tweaks
2024-06-10 14:08:16 +02:00
..
assets chore(): cleanup & simplification pass (#122) 2024-02-07 14:07:17 +01:00
src feat(bevy_gltf_blueprints): added back materials handling ,removing clutter 2024-06-10 11:03:52 +02:00
Cargo.toml chore(Bevy): Update to bevy 0.13 (#136) 2024-03-04 22:16:31 +01:00
README.md refactor(Blenvy): BIG cleanup 2024-06-10 14:08:16 +02:00

README.md

Basic save_load example/demo

This example showcases how to use bevy_save_load crate to save & load your bevy game

Notes Workflow with blender / demo information

  • the gltf files for this demo where generated using the Export dynamic and static objects seperatly feature of the blenvy addon: so the static & dynamic level files where generated automatically, based on the entities that have a Dynamic component/custom property

Running this example

cargo run --features bevy/dynamic_linking