You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the resource field in Data takes Vec<PathBuf>, which means the resources are only loadable from the default asset source. Using Vec<AssetPath> would be better for supporting flexible asset loading scenarios.
Currently, the
resource
field inData
takesVec<PathBuf>
, which means the resources are only loadable from the default asset source. UsingVec<AssetPath>
would be better for supporting flexible asset loading scenarios.bevy_fluent/src/assets/bundle.rs
Line 70 in b5829bc
The text was updated successfully, but these errors were encountered: