bevy/crates/bevy_scene/src
Rob Parrett a63d761aa3 Add VisibilityBundle and use it to fix gltfs, scenes, and examples (#5335)
# Objective

Gltfs, and a few examples were broken by #5310. Fix em.

Closes #5334

## Solution

Add `VisibilityBundle` as described here: https://github.com/bevyengine/bevy/issues/5334#issuecomment-1186050778 and sprinkle it around where needed.
2022-07-16 02:47:23 +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.rs Add apply_or_insert functions to reflected component and resources (#5201) 2022-07-11 14:11:24 +00:00
lib.rs add a SceneBundle to spawn a scene (#2424) 2022-06-09 20:34:09 +00:00
scene_loader.rs Make get_resource (and friends) infallible (#4047) 2022-02-27 22:37:18 +00:00
scene_spawner.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
scene.rs add a SceneBundle to spawn a scene (#2424) 2022-06-09 20:34:09 +00:00
serde.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00