assets_manager icon indicating copy to clipboard operation
assets_manager copied to clipboard

Conveniently load, cache, and reload external resources

Results 2 assets_manager issues
Sort by recently updated
recently updated
newest added

Please excuse my lack of knowledge, i'm just starting out with Rust and am still struggling with some things concept-wise, so feel free to refer me to whichever source might...

It would be extremely useful to be able to iterate over loaded assets in an AssetCache (for example, to monitor memory usage or to detect unused assets to unload). I've...