Search Unity

How to protect your store assets?

Discussion in 'Assets and Asset Store' started by MartinOrtiz, Apr 15, 2021.

  1. MartinOrtiz

    MartinOrtiz

    Joined:
    Apr 12, 2018
    Posts:
    122
    I know there are obfuscators, that obscure C# files. Is there one that obscures shader script files?
    Or alternatively, can one load shader script files in C# code, where the script is a embedded text resource?
    (this may be a pointless way of doing it, unless the text is encrypted in some way)