UkoeHB / bevy_cobweb_ui

Asset-oriented UI framework for Bevy
Apache License 2.0
38 stars 3 forks source link

Dynamic asset management for 'game areas' #1

Open UkoeHB opened 4 months ago

UkoeHB commented 4 months ago

Problem

Certain types of games dynamically load and unload assets as you move between areas. Currently, this crate assumes all assets are loaded at startup and persist until shut down.

Solution

We can support dynamic assets for game areas with the following API:

Implementing this is not high priority for me, but it would address a major feature gap in this library.