Getting NotImplemented Exception #456
Replies: 4 comments 3 replies
-
Okay, Minimum enables: |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply. I was away for a couple days and thanks for the prompt reply, I've done as asked (https://i.imgur.com/HOwBfuv.png) and seems like it's no better. Getting this again.
|
Beta Was this translation helpful? Give feedback.
-
Update on this. These are the Protections which work with unity (https://i.imgur.com/XdMccJT.png). Also this is the error I get when I add
& also
|
Beta Was this translation helpful? Give feedback.
-
But I'd also really love to have the configuration I had in the first post since it obfuscated the code pretty well. |
Beta Was this translation helpful? Give feedback.
-
So this is a simple project which is using Newsoft's JSON library. I've built a .DLL out of it and using it on unity. It works fine but each and everytime I run it, it gives me this error. From what I've gathered, this happens only when I use a preset. If the preset is set to none, this doesn't happen. I'm also using
Anit ILDASM
,Constants
,Rename
,Type Scrambler
andAnti Debug
. UsingAnti Tamper
andInvalid Metadata
makes it so that it doesn't work with Unity. Regardless of the Exception, the code is executed in it's entirety, so I'm not sure what's going on.Beta Was this translation helpful? Give feedback.
All reactions