Skip to content

Instantly share code, notes, and snippets.

@StewMcc
Created April 29, 2018 14:43
Show Gist options
  • Save StewMcc/41687bb84227abaa375e1e0d2c2ee858 to your computer and use it in GitHub Desktop.
Save StewMcc/41687bb84227abaa375e1e0d2c2ee858 to your computer and use it in GitHub Desktop.
Simple gist for Unity Package Manager, so doesn't include a bunch of default unity packages. place in the folder Packages (2018.1 > ) or UnityPackageManager (2017.4 <)
{
"dependencies": {
"com.unity.purchasing": "exclude",
"com.unity.ads": "exclude",
"com.unity.analytics": "exclude",
"com.unity.standardevents": "exclude"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment