NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
459 stars 52 forks source link

Full collection example fails on Windows #111

Closed paul-hansen closed 1 year ago

paul-hansen commented 1 year ago

Running the full_collection example panics at an assertion on Windows. It looks like it assumes the wrong path separator.

cargo run --example full_collection --features="2d 3d"
thread 'Compute Task Pool (17)' panicked at 'assertion failed: `(left == right)`
  left: `"images/tree.png"`,
 right: `"images\\tree.png"`', bevy_asset_loader\examples/full_collection.rs:168:9

I tested the other examples and didn't see any issues with them on Windows.