Hello,
i want to know how do i encrypt unity exe. and web player.
Hello,
i want to know how do i encrypt unity exe. and web player.
lol.
As far as I’m aware of, you can’t do that because the standalone .exe doesn’t contain all the game files, they’re stored in separate files in the Data folder.
What you can try for standalone though, is look for some .exe maker or packer, where you would add all of the files and folders that your standalone build contains, and it would make a single executable file out of them. I’m not sure if such software exists, but it should exist lol.
For webplayer, I highly doubt that there’s anything you can do.
Why do you need encryption anyway?
EDIT:
or you could try obfuscating the .dll’s which contain all scripts of the game in standalone build with http://www.smartassembly.com/ or some other .NET obfuscator… Idk :s
Thanks for the reply,
i want to sell my games but not without license. so, please let me know how can i put a license to sell my games.
So what exactly do you need? License isn’t same as encryption lol. Encrypting or obfuscating something is to make the strings inside scripts unreadable so people couldn’t steal the code. It would still work as before but would just be unreadable, like instead of string “username” something like “_AZ1AA” or something (just random example).
For license idk, I’m not sure if it has anything to do with unity’s engine lol.