Hi, if i compile builds using IL2CPP i need protect variables for example the score to prevent memory hacks with tools like Cheat Engine or is not possible the memory hacking to a IL2CPP build?
Yes. IL2CPP helps to obfuscate program code, but does nothing to assist with protecting variables in memory.
1 Like
IL2CPP makes it so IL decompilers won’t work on your build, raising the skill level required of the cheater to sift through the source code of your game. It has nothing to do with obscuring variables stored in memory during gameplay.