-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
A-AssetsLoad files from disk to use for things like images, models, and soundsLoad files from disk to use for things like images, models, and soundsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use
Description
Bevy version
0.10.1
What you did
Called AssetServer::load_folder, attempting to validate that all of my assets are loading as part of a CI check.
What went wrong
Rather than receiving any identifying information about the nature of these handles (such as the asset loader used, or their path), it's a vec with no additional metadata.
Additional information
Users can then use these handles in AssetServer::get_load_path to retrieve the metadata.
This is not obvious to do: handles need to be categorized immediately upon storage to be useful for most workflows.
Metadata
Metadata
Assignees
Labels
A-AssetsLoad files from disk to use for things like images, models, and soundsLoad files from disk to use for things like images, models, and soundsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use