mgsx-dev / gdx-pd

Pure Data extension for LibGDX
Apache License 2.0
27 stars 5 forks source link

Patch can't be at root asset folder #4

Open mgsx-dev opened 7 years ago

mgsx-dev commented 7 years ago

on android, patch are extracted in order to be loaded by pd native code. Limitation is it's not possible to list all files in assets entry, it is possible to list file in a folder but not the root directory.

At least explain it in user guide. A solution could be to generate asset folder list at build time and ship this descriptor within APK.