Back to Browse

Bevy 0.8 to 0.9 Scene Migration

591 views
Nov 27, 2022
6:11

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 formats

No download links available.

Bevy 0.8 to 0.9 Scene Migration | NatokHD