How to load secrets from file on build in unity c#?
I have a lot of string identifiers and keys. I’m developing a game through unity c# and git, is it possible to specify something in the script so that unity loads a line from a file during build? (to make a file with these keys and add it to gitignore)