dotween icon indicating copy to clipboard operation
dotween copied to clipboard

IL2CPP Build fails due to method not found

Open cttpla opened this issue 10 months ago • 0 comments

Hello, While everything seems to work in the editor, I'm getting this error while building on console:

C:\Program Files\Unity 2022.3.16f1\Editor\Data\il2cpp\build\deploy\il2cpp.exe @Library\Bee\artifacts\rsp\11862659103065640597.rsp Error: IL2CPP error (no further information about what managed code was being converted is available) System.AggregateException: One or more errors occurred. (Found a method reference we cannot resolve to a method definition: DG.Tweening.Core.TweenerCore`3<UnityEngine.Vector3,DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Options.PathOptions> DG.Tweening.ShortcutExtensions::DOPath(UnityEngine.Rigidbody,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode))

I have latest version (1.2.765) installed on \Assets\Plugins\Demigiant on 2022.3.16f1, error raises even if I add the asmdef ,,,

Thanks if you can help me.

cttpla avatar Mar 06 '25 15:03 cttpla