Skip to content

Instantly share code, notes, and snippets.

@Elideb
Created July 22, 2016 11:19
Show Gist options
  • Save Elideb/e8d6f5e9f44701305a46d7016d31b12a to your computer and use it in GitHub Desktop.
Save Elideb/e8d6f5e9f44701305a46d7016d31b12a to your computer and use it in GitHub Desktop.
Generating builds from scripts in Unity
#if UNITY_STANDALONE
[MenuItem("Builds/Win 64bits/DRM Free Worldwide")]
#endif
#if UNITY_PS4
[MenuItem("Build/PS4/Package SCEE")]
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment