Skip to content

Instantly share code, notes, and snippets.

@Elideb
Created July 22, 2016 11:22
Show Gist options
  • Save Elideb/2d853f8f83bb17c956113283bdca4b80 to your computer and use it in GitHub Desktop.
Save Elideb/2d853f8f83bb17c956113283bdca4b80 to your computer and use it in GitHub Desktop.
Generating builds from scripts in Unity
#if UNITY_STANDALONE
#if STEAM_BUILD
// Steam specific code
#elif GOG_BUILD
// GOG specific code
#else
// Store independent code
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment