From 5bf793c8a0c45d72fc82287d24584c864048527c Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Tue, 8 Nov 2022 11:16:20 -0700 Subject: [PATCH] Add migration advice --- content/learn/book/migration-guides/0.8-0.9/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/learn/book/migration-guides/0.8-0.9/_index.md b/content/learn/book/migration-guides/0.8-0.9/_index.md index 83a4593229..1dd17fa478 100644 --- a/content/learn/book/migration-guides/0.8-0.9/_index.md +++ b/content/learn/book/migration-guides/0.8-0.9/_index.md @@ -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) [