Is there any difference in performance between minify when on and minify when off ?
export to cordova
Thank You
In theory the script loading time is shorter with minified JS as the file is simply smaller but I said "in theory" because it's not noticable at all. In regards of performance there is no difference.
Develop games in your browser. Powerful, performant & highly capable.
Uh sorry newly replied now , Thank you for your reply
You should use minify when you want to publish your game. minifying makes it almost impossible to revenge engineer it.