cargo run --example scene
- serializes just fine into the terminal but the deserialization doesn't:
- ERROR bevy_asset::server: Failed to load asset 'scenes/load_scene_example.scn.ron' with asset loader 'bevy_scene::scene_loader::SceneLoader': Could not parse RON: 10:33: Expected string
cargo run --example desk_toy
- the transparency doesn't work. the window is black instead of see-through
cargo run --example texture_atlas
- all text is strobbing (flashing in and out, like a broken neon lamp). this has to be unintended.
all examples in directory "testbed" cannot be run
- error: no example target named
2d
- error: no example target named
3d
- error: no example target named
ui_layout_rounding
- error: no example target named
ui
- error: no example target named
helpers
i've not tried every example. maybe i will encounter more
cargo run --example scenecargo run --example desk_toycargo run --example texture_atlasall examples in directory "testbed" cannot be run
2d3dui_layout_roundinguihelpersi've not tried every example. maybe i will encounter more