godot-gdscript-obfuscator icon indicating copy to clipboard operation
godot-gdscript-obfuscator copied to clipboard

Start of the work to obfuscate GDscript

Results 4 godot-gdscript-obfuscator issues
Sort by recently updated
recently updated
newest added

Don't really know how to explain it, This doesn't make the output it prints obfuscated for me, nor does it alter the original file.. (The only change I've done is...

Instead of keeping newlines, where possible, replace with `;`

Removing static typing would decrease code readability, and because GDScript is dynamically typed anyway it shouldn't change functionality. Example: `var hello: String = "world"` -> `var __z0="world"` The only problem...

We had this issue earlier but unfortunately I messed up a bit with the repo. This is so I don't forget about it.

bug