NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
481 stars 53 forks source link

Better error messages for common setup issues #164

Closed NiklasEi closed 9 months ago

NiklasEi commented 10 months ago
  1. No AssetServer when adding a loading state (e.g. "Please check that the bevy_assets feature is enabled and the default plugins are added prior to adding the loading state.")
  2. Trying to add collections before adding the loading state
NiklasEi commented 10 months ago

See #163