bevy/crates/bevy_scene/src
Zhell af2a199254 [Fixes #6030] Bevy scene optional serde (#6076)
# Objective

Fixes #6030, making ``serde`` optional.

## Solution

This was solved by making a ``serialize`` feature that can activate ``serde``, which is now optional. 

When ``serialize`` is deactivated, the ``Plugin`` implementation for ``ScenePlugin`` does nothing.


Co-authored-by: Linus Käll <linus.kall.business@gmail.com>
2022-11-14 23:08:22 +00:00
..
bundle.rs Add VisibilityBundle and use it to fix gltfs, scenes, and examples (#5335) 2022-07-16 02:47:23 +00:00
dynamic_scene_builder.rs [Fixes #6059] `Entity`'s “ID” should be named “index” instead (#6107) 2022-11-02 15:19:50 +00:00
dynamic_scene.rs [Fixes #6030] Bevy scene optional serde (#6076) 2022-11-14 23:08:22 +00:00
lib.rs [Fixes #6030] Bevy scene optional serde (#6076) 2022-11-14 23:08:22 +00:00
scene_loader.rs [Fixes #6030] Bevy scene optional serde (#6076) 2022-11-14 23:08:22 +00:00
scene_spawner.rs scenes: simplify return type of iter_instance_entities (#5994) 2022-10-10 23:09:08 +00:00
scene.rs Clean up Fetch code (#4800) 2022-10-28 09:25:50 +00:00
serde.rs bevy_reflect: Binary formats (#6140) 2022-11-04 02:22:54 +00:00