Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ptvinhkhue opened this issue Jun 17, 2022 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ptvinhkhue
Copy link

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?

@Alex009
Copy link
Member

Alex009 commented Jun 17, 2022

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

@Alex009 Alex009 added the enhancement New feature or request label Jun 17, 2022
@Alex009
Copy link
Member

Alex009 commented Apr 19, 2024

fixed in 0.24.0-beta-1

@Alex009 Alex009 closed this as completed Apr 19, 2024
@Alex009 Alex009 added this to the 0.24.0 milestone Apr 19, 2024
@Alex009 Alex009 mentioned this issue Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants