Open
Description
Future PR: Cart has previously expressed a desire to move away from
std::path::Path
, asAssetPath
shouldn't support platform-specific functionality like Windows prefixes or different path separators.AssetPath
should always usestr
instead ofPath
, but that will requiring providing our own implementations for commonPath
operations (components
,file_name
, etc.).
Originally posted by @bushrat011899 in #19070 (comment)
Metadata
Metadata
Assignees
Labels
Load files from disk to use for things like images, models, and soundsA targeted quality-of-life change that makes Bevy easier to useA "normal" level of difficulty; suitable for simple features or challenging fixesWeird hardware and no_std platformsThis issue is ready for an implementation PR. Go for it!