- Home /
CodeGuard (obfuscator) can't resolve DOTween
I have a game that uses DOTween. Im trying to obfuscate it with CodeGuard and I get this error "AssemblyResolutionException: Failed to resolve assembly: 'DOTween" Im tried to avoid the obfuscation of that DLL, but as CodeGuard doesn't have documentation (or support!) I failed. Does anybody knows how to do it?
Also tried http://en.unity3d.netobf.com/ but some part of the game wont work if the functions are obfuscated. Same thing happens with Eazfuscator.NET demo.
Any URL? I found something with that name... but in japanese!
First result on Google for "ConfuserEx" : https://yck1509.github.io/ConfuserEx/
I tried it an, even with low standards, and it freeze on the first scene, it doesn't load the seconds scene (this happens with another obfuscator)
Answer by heaven1980 · Apr 11, 2016 at 07:26 AM
i think this issue is your scene used some call-back function.