bevy/crates/bevy_scene
François e8041150ee can clone a scene (#5855)
# Objective

- Easier to work with model assets
- Models are often one mesh, many textures. This can be hard to use in Bevy as it's not possible to clone the scene to have one scene for each material. It's still possible to instantiate the texture-less scene, then modify the texture material once spawned but that means happening during play and is quite more painful

## Solution

- Expose the code to clone a scene. This code already existed but was only possible to use to spawn the scene
2022-09-02 11:56:21 +00:00
..
src can clone a scene (#5855) 2022-09-02 11:56:21 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00