this post was submitted on 13 Mar 2026
111 points (93.7% liked)

Linux Gaming

22085 readers
25 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kibiz0r@midwest.social 61 points 2 days ago (4 children)

You can de-compile Unity games too. Wtf is this?

[–] JakenVeina@midwest.social 9 points 1 day ago (1 children)

Unity, and C# in general, are TRIVIAL to decompile (not accounting for obfuscators).

[–] Xraygoggles@lemmy.world 3 points 1 day ago

That il2cpp stuff gives me a big headache though. I guess you could consider that a kind of obfuscation.

[–] lorty@lemmygrad.ml 1 points 1 day ago

For whatever reason Slay the Spire 2 became this flashpoint for this discussion, even though, from all I've seen, the devs never made any statements complaining about it. Maybe it was fans getting things spoiled?

[–] Nemoder@lemmy.ml 20 points 2 days ago

Yeah I guess you could argue that not encrypting or obfuscating the binary makes it a bit faster to create a pirated version but it doesn't really effect piracy rates beyond that.
I'm just happy to see a FOSS engine being noticed as important to the game's success.

[–] SockOlm@hexbear.net 6 points 2 days ago

it's more so that godot has no built in way to obfuscate source code, and likely never will