Skip to content

Commit

Permalink
Add migration advice
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Nov 8, 2022
1 parent f8362a4 commit 5bf793c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/learn/book/migration-guides/0.8-0.9/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@ After:
* Components are now a map keyed by type name rather than a list
* Type information is now omitted when possible, making scenes much more compact

Scenes serialized with Bevy 0.8 will need to be recreated, but it is possible to hand-edit scenes to match the new format.

Here's an example scene in the old and new format:

```javascript
// Old (Bevy 0.8)
[
Expand Down

0 comments on commit 5bf793c

Please sign in to comment.