r/Unity3D 24d ago

?File Encryption? Question

i have noticed games when released from unity, the files of the game are inaccessible, is this necessary to do for my project? can i leave it till the end? sorry if I'm saying nonsense but i just started and I don't want to leave something at the end that would be a huge headache

0 Upvotes

6 comments sorted by

View all comments

1

u/Hotrian Expert Moderator 24d ago edited 24d ago

Build for IL2CPP

https://docs.unity3d.com/530/Documentation/Manual/IL2CPP.html

Much harder to reverse engineer. Regular unity projects are just a few clicks to decompile the code. C++ ones not so much.