moko-resources icon indicating copy to clipboard operation
moko-resources copied to clipboard

Identify assets files with same name but different type in the same folder

Open ptvinhkhue opened this issue 3 years ago • 1 comments

I have some struggle in using the assets files.

I tried to store same name files in different folder, it works as expected. But the problem arise when I tried to put files with same name but different type in the same folder e.g. file1.png and file1.json. The result is that the generated object used duplicated file1 variable for two directories, which caused an error.

Is this a real problem or I have just skipped some required settings or dependencies?

ptvinhkhue avatar Jun 17 '22 04:06 ptvinhkhue

yes, it's not supported case now...changes required

Alex009 avatar Jun 17 '22 05:06 Alex009

fixed in 0.24.0-beta-1

Alex009 avatar Apr 19 '24 15:04 Alex009