I’ve just updated from 2019.2.12 to 2019.2.17 and now getting these assertion errors when compiling? does anyone know what might cause this, know if its a known error, or know if this is going to cause runtime issues?? here are the errors (it logged the same two twice like this):
Assertion failed on expression: ‘pluginAppendices.size() <= 1’
Assertion failed on expression: ‘audioAppendices.size() <= 1’
Assertion failed on expression: ‘pluginAppendices.size() <= 1’
Assertion failed on expression: ‘audioAppendices.size() <= 1’
all coming from:
UnityEditor.BuildPipeline:BuildAssetBundles(String, BuildAssetBundleOptions, BuildTarget)
Yup, same modules. Plugins used are minimal, but yup I also checked these and updated any that had updates. When searching the forum for similar issues it seems this came up in 2017.x versions of unity but it’s unclear what causes it.
I’ve only just gotten around to trying this, but no that hasn’t helped unfortunately. Freshly imported Library from scratch and still getting these same Assertions when compiling to the iOS platform using 2019.2.17.
it’d be great to get some kind of advice about what to do, it’s been 5 weeks since I posted this and no progression or any indication that someone has seen this