I had an error after upgrade from 0a12 (and can’t recall seeing it in 0a13 when I tried that a while back),
error CS0117: ‘EditorUserBuildSettings’ does not contain a definition for ‘il2CppCodeGeneration’
I did see there’s an EditorUserBuildSettings.il2CppCodeGeneratione
(notice the “e” suffix), but that says deprecated. How do we now switch between UnityEditor.Build.Il2CppCodeGeneration.OptimizeSpeed and UnityEditor.Build.Il2CppCodeGeneration.OptimizeSize - or is that no longer a thing ?