When i start my project i get the following error:
Is there any way to fix this?
When i start my project i get the following error:
Is there any way to fix this?
Did you ever figure it out?
I’m having the same issue, and I’m sure I put the right path…
This error occurs when you try to load an asset in some constructor with the wrong path (Though it should not crash the engine…) . If you get this error with the correct path it could that the actual asset requires has some different name, for example if you want to load you would have to append “_C” to the reference path.