I am having a problem with a blank / empty error showing up in console. This error does not break the code (It keeps running after the error is displayed), and a try catch does not pickup the error.
var clip = DownloadHandlerAudioClip.GetContent(webRequest);
Above you can find the line of code which gets highlighted when I double click the error. I suppose it is something related to the DownloadHandler. Since I do not have a clear view on what is goign wrong and it doesn't have a negative effect on my program (Yet), it is rather annoying seeing this in my console.
Is this known? (Tried googling, did not give any clear results) I think its a bug in someway, should I report this?
↧