So I'm following the example given here:
https://github.com/bevyengine/bevy/blob/main/examples/scene/scene.rs
and I can get it to work with their code, but if I instead use the passed in world parameter instead of creating a new world as they did, I get the error
called `Result::unwrap()` on an `Err` value: Message("Type 'std::time::Instant' did not register ReflectSerialize")```
Anyone know what might be up? I have almost every single other line of my code commented out except for this scene plugin and the default bevy plugins