Skip to content

Instantly share code, notes, and snippets.

@Elideb
Created July 22, 2016 11:21
Show Gist options
  • Save Elideb/b8ba79de9be8bf244c16a2bad3fc159e to your computer and use it in GitHub Desktop.
Save Elideb/b8ba79de9be8bf244c16a2bad3fc159e to your computer and use it in GitHub Desktop.
Generating builds from scripts in Unity
// We're making a platform independent build, so no store dll should be in it.
System.IO.File.Delete("../Builds/DRMFree/Win64/GameTitle_Data/Plugins/Steam.dll");
System.IO.File.Delete("../Builds/DRMFree/Win64/GameTitle_Data/Plugins/GOG.dll");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment