Add Support for Asset Streaming #8530
Labels
A-Assets
Load files from disk to use for things like images, models, and sounds
A-Audio
Sounds playback and modification
A-Rendering
Drawing game state to the screen
C-Feature
A new feature, making something new possible
What problem does this solve or what need does it fill?
Currently bevy loads images all into ram, this is fine for projects that don't use huge image sizes but for projects that load huge images (4k-8k textures) this isn't viable as ram usage can go up to 300mb PER image.
What solution would you like?
Add support for streaming image data live. I'm not sure how'd that look like as I'm not very competent with how bevy works at the backend.
The text was updated successfully, but these errors were encountered: