Skip to content

Instantly share code, notes, and snippets.

@Elideb
Created July 22, 2016 11:25
Show Gist options
  • Save Elideb/11cb71d3d84b1d32f14025d754a98ff9 to your computer and use it in GitHub Desktop.
Save Elideb/11cb71d3d84b1d32f14025d754a98ff9 to your computer and use it in GitHub Desktop.
Generating builds from scripts in Unity
string path = "../PlatformConfigs/" + region + "/signature.txt";
UnityEditor.PlayerSettings.NDAPlatform.secretField = System.IO.File.ReadAllText(path);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment