Hi!
I’m trying to read textures from a database using: this.app.assets.loadFromUrl();
However, the path I have to insert is a path directly to the .jpg, and I want to loop through multiple files inside one directory without knowing the full path, just the directory.
Is there a way to find the names of all the assets inside a directory? (Directory outside Playcanvas)
Thanks in advance!