Web Player Obfuscation?

I would like to check if there is anyone who knows if there are any good obfuscation software for unity web player builds?

Anti-Cheat Toolkit

I plan to use this for my Web Player Game.

Yes, that one seems somewhat useful for other uses, but it doesn’t support code obfuscation at all.

you sure about that? Obscured Types, Obscured Prefs Features is obfuscation to my understanding where it encrypts very important information about your game from memory scanners. So in essence it is Obfuscating your game code which people should not be able to easily decompile.

I actually just asked a question on the thread of this Asset, let see what they say.
http://forum.unity3d.com/threads/anti-cheat-toolkit-released.196578/

I’m actually curious how well it works for webplayer also, as I plan to buy it myself to stop cheaters.

The Anti Cheat Toolkit doesn’t perform any code obfuscation.

I guess this is the only other option for that then:

CodeGuard

but it’s old 2013, hasn’t been updated…

WebGL will have very good code obfuscation. Not sure whether this is an alternative for you.

Hey, guys!
As you correctly noticed, Anti-Cheat Toolkit does not obfuscate code for now, I have such plans though (waiting for http://feedback.unity3d.com/suggestions/access-to-final-assemblies-before-they-put-in-build first).

For now I’d suggest to use Eazfuscator for all your Unity bytecode obfuscation needs.

Regarding WebGL - it’s a great option as well, but it’s too raw for now and has numerous bugs, so not every project may be built for WebGL. And it’s a Pro-only feature for now after all.

1 Like

I consciously wrote WebGL might be an option. As soon as Unity 5 is officially released, WebGL will be available for everyone.

1 Like