I intermittently get this error when calling SaveAndReimport()
on an AudioImporter
:
Assertion failed on expression: ‘p == previewData.m_PreviewData.end()’
Anyone have any idea what this could possibly mean? It seems like this error means the reimport failed, but I have no real way of knowing if that’s true or not.
As an aside, this looks like some bad code, Unity. Who gives an object a member with the same name?