## Bevy version and features - b6922f98d1ec619dee5da084f54c2bcac80729c6 ## What you did - Load an asset using `AssetServer::load`. - Wait for it to load. - Use `AssetServer::get_strong_handle` to get a completely separate handle to the asset. - Drop the handle you got from the `AssetServer`. - Reload the asset using `AssetServer::load`. ## What went wrong - The `AssetServer` reloads the asset, even the asset was never dropped.
Bevy version and features
What you did
AssetServer::load.AssetServer::get_strong_handleto get a completely separate handle to the asset.AssetServer.AssetServer::load.What went wrong
AssetServerreloads the asset, even the asset was never dropped.