Is there a way to protect scripts/folders for asset developers?

Hi all,

My team and I are currently working on a code-heavy tool that we plan to release in a couple months, but as I understand it, anyone who purchases the asset gains open access to all of the code that has been written by us.

Am I wrong, or is there a way to encrypt or lock folders in the inspector to keep people from being able to view it? It seems like it would be too easy to pirate the asset via copy-and-paste…

I haven’t spent a whole lot of time on the asset store, so I could be entirely wrong in my understanding, and I really hope I am.

Thanks ahead of time!

Why don’t you use Visual Studio 2017 or any similar and create a dynamic link library (*.dll) so, no one would be able to access the code, unless he/she decompiles it using a decompiler.

Hope this helps you!