Skip to content

Instantly share code, notes, and snippets.

@Elideb
Created July 22, 2016 11:20
Show Gist options
  • Save Elideb/450f2d2920c2e27321fed20de0fa0832 to your computer and use it in GitHub Desktop.
Save Elideb/450f2d2920c2e27321fed20de0fa0832 to your computer and use it in GitHub Desktop.
Generating builds from scripts in Unity
System.IO.Directory.CreateDirectory("../Builds/DRMFree/Win64/GameTitle_Data/Licenses");
System.IO.File.Copy("Licences/LicenseFile.txt", "../Builds/DRMFree/Win64/GameTitle_Data/Licenses");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment