when I have assetmanager running in development, it throws an error in line 115 telling me that I cannot call method 'toString' of undefined. I do not know how to fix this. My workaround is since that error occurs in an if-condition, I set the if-condition to always true.
Hi everyone,
when I have assetmanager running in development, it throws an error in line 115 telling me that I cannot call method 'toString' of undefined. I do not know how to fix this. My workaround is since that error occurs in an if-condition, I set the if-condition to always true.
Bye