bevy/crates/bevy_gltf
François 425570aa75
assets should be kept on CPU by default (#11212)
# Objective

- Since #10520, assets are unloaded from RAM by default. This breaks a
number of scenario:
  - using `load_folder`
- loading a gltf, then going through its mesh to transform them /
compute a collider / ...
- any assets/subassets scenario should be `Keep` as you can't know what
the user will do with the assets
  - android suspension, where GPU memory is unloaded

- Alternative to #11202 

## Solution

- Keep assets on CPU memory by default
2024-01-05 05:53:47 +00:00
..
src assets should be kept on CPU by default (#11212) 2024-01-05 05:53:47 +00:00
Cargo.toml Update base64 requirement from 0.13.0 to 0.21.5 (#10336) 2023-12-21 00:55:54 +00:00