GLTFUtility icon indicating copy to clipboard operation
GLTFUtility copied to clipboard

Invalid AssetDatabase path: Use path relative to the project folder.

Open udvaritibor opened this issue 4 years ago • 1 comments

I'm trying to load a glTF file from the application's AppData folder by using the absolute path.

This is the warning I get for all the assets:

Invalid AssetDatabase path: C:\Users\xyz\AppData\LocalLow\asd\asd.jpeg. Use path relative to the project folder.

How could I fix this warning? I can't really convert the AppData folder's path to a path relative to the project folder, or can I?

Thanks in advance!

udvaritibor avatar Jan 18 '21 16:01 udvaritibor