Bevy 0.8 to 0.9 Scene Migration
In this video, I show the step needed to migrate scenes from bevy 0.8 to 0.9 by hand: you will need these two file templates to do said migration Blank 0.9 Scene File: ////////////////////////////////// ( entities: { {Scene Entity} } ) /////////////////////////////// Blank 0.9 Scene Entity: ////////////////////// {entity id}: ( components: { "{Type Name}": ({Type Data}) }, ), ///////////////////// Example Code found here = https://github.com/PhaestusFox/BevyBasics BevyEngine = https://bevyengine.org/ Plugins I'm using: Bevy Snippets - suggested by Pixl - https://marketplace.visualstudio.com/items?itemName=pixl.bevy-snippets Rust Extension Pack - https://marketplace.visualstudio.com/items?itemName=Zerotaskx.rust-extension-pack Error Lens - https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens Stock Images from https://unsplash.com/
Download
0 formatsNo download links available.