Jump to content


Wintasy

Member Since 22 Feb 2012
Offline Last Active Feb 22 2012 02:21 PM

Posts I've Made

In Topic: Obfuscation

22 February 2012 - 02:20 PM

Run the game with F6, and the "game" code is not obfuscated and will let you debug. There's no point in producing final code that isn't obfuscated. It's smaller, a little more protected and "ready to go" from export. This is what most developers require.


OK, I guess that could work for me --but I had not seen that documented anywhere...

In Topic: Obfuscation

22 February 2012 - 02:18 AM

I bought the product a few days ago and only just discovered --after I *finally* figured out how to generate an HTML/JS version :yucky: -- that the JS is obfuscated. I find this totally unacceptable; if I want to obfuscate the code, I can easily do so myself. VERY bad first impression!