polymod icon indicating copy to clipboard operation
polymod copied to clipboard

Interpretation of asset list ignores mod load status.

Open EliteMasterEric opened this issue 4 years ago • 3 comments

Actual behavior: openfl.Assets.list(TEXT) returns all base asset text files, but also modded ones, WITH their mod folder prefixes, and without regard for mod load status. File paths have to be manually parsed if OpenFL non-default libraries are used, and files added by mods will show in the list regardless of configuration.

Expected behavior: openfl.Assets.list(TEXT) should list all the text files, accounting for loaded mods. File paths should be correct and data from unloaded mods should not appear.

EliteMasterEric avatar Oct 27 '21 07:10 EliteMasterEric

Moved to MasterEric/Polymod#32.

EliteMasterEric avatar Nov 06 '21 01:11 EliteMasterEric

Move this back.

EliteMasterEric avatar Nov 18 '21 10:11 EliteMasterEric

For the record, I haven't been able to reproduce this recently, even on the samples. Will keep an eye out for it.

EliteMasterEric avatar Jan 30 '22 08:01 EliteMasterEric