Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2021.2.0a14
Issue ID
1328759
Regression
Yes
Ads package doesn't build with il2cpp scripting backend
Repro Steps:
- Create an empty project,
- Add the Ads package,
- Set the scripting backend to il2cpp,
- Try to build.
Expected: Successful build
Observed: il2cpp build error, pasted here:
Error: IL2CPP error (no further information about what managed code was being converted is available)
System.ArgumentException: Copy() called on path that doesnt exist: D:\Temp\il2cpp repro\Packages\com.unity.ads\Plugins\iOS\UnityAdsInitializationListener.h
at NiceIO.NPath.CopyWithDeterminedDestination(NPath absoluteDestination, Func`2 fileFilter)
at Unity.IL2CPP.AssemblyConversion.AssemblyConverter.ConvertAssemblies(AssemblyConversionInputData data, AssemblyConversionParameters parameters, AssemblyConversionInputDataForTopLevelAccess dataForTopLevel)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Reproducible with: 2021.2.0a14
Not reproducible with: 2021.2.0a13
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (fix version 2021.2):
Issue is with il2cpp and might be affecting other packages or scripting code