NiklasEi / bevy_asset_loader

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

Folder collection loading doesn't seem to work on Android #213

Open Selene-Amanita opened 4 months ago

Selene-Amanita commented 4 months ago

This feature: https://github.com/NiklasEi/bevy_asset_loader?tab=readme-ov-file#folders

The readme says it doesn't work on web builds, but it doesn't seem to work on android either, the resulting HashMap is empty.

It works as intended on PC and iPhone, and other assets (not loaded from folder) load on android.

Enumeration of file path ( https://github.com/NiklasEi/bevy_asset_loader?tab=readme-ov-file#list-of-paths ) works as intended on android too.

NiklasEi commented 4 months ago

Could you test with the vanilla Bevy load_folder please?

Selene-Amanita commented 4 months ago

I don't have a device readily available sorry but https://github.com/kgv/bevy_fluent/issues/43 suggests the vanilla Bevy load_folder doesn't work either. I think that should be reflected on bevy_asset_loader's README?