I recently moved my project folder.
There are no hardcoded paths in the code or nodes.
The project opens a popup file dialog to select a folder.
All images in that folder are meant to be loaded.
However I now get No loader found for resource:
errors for every image file ( png )
The path in the error log matches the path exactly for the actual image.
Any ideas as to what might be causing this? I assume something got messed up in the folder move, but the path is correct, so I don't know.