ShinySapphic

Results 2 issues of ShinySapphic

## Bevy version 0.9.0 ## What you did I attempted to save and load a scene ```rust fn load_scene( mut commands: Commands, assets: Res, ) { commands.spawn(DynamicSceneBundle { scene: assets.load("scenes/test.scn.ron"),...

C-Bug
A-Reflection
A-Scenes

## Bevy version 0.9.0 main 688f13c ## What you did I attempted to serialize a scene using the following code: ```rust fn save_scene(world: &mut World) { for entity in world...

C-Bug
A-Scenes