bevy_asset_loader icon indicating copy to clipboard operation
bevy_asset_loader copied to clipboard

Improve derive AssetCollection

Open NiklasEi opened this issue 5 months ago • 0 comments

See for example derive output in NiklasEi/bevy_asset_loader#182

  • double-check all types use a global path
  • is it ok to import from the prelude?
  • create
    • can the asset server get_resource be moved out of the properties?
    • is the resource scope still needed?

NiklasEi avatar Jan 23 '24 22:01 NiklasEi