Hello!
I’m one of the developers for: https://skillfite.io/
Which is an online game with our clientside running playcanvas.
We currently host the game on our own servers - and we export the zip from playcanvas (with concatenate and minify scripts ticked off) - but we realize that our deployed site, currently has the client fully visible through dev console source as seen in the picture below:
I have experimented with using GitHub - javascript-obfuscator/javascript-obfuscator: A powerful obfuscator for JavaScript and Node.js
But it seems to result in errors. We think it’s issues with how we do our JSON, or potentially something else?
Any help would be greatly appreciated!