Skip to content

Instantly share code, notes, and snippets.

@rstecca
Created May 16, 2018 10:20
Show Gist options
  • Save rstecca/77b2f3744ff9c4fea2bb62492c65cfed to your computer and use it in GitHub Desktop.
Save rstecca/77b2f3744ff9c4fea2bb62492c65cfed to your computer and use it in GitHub Desktop.
Unity 2018.2 ECS manifest.json file
{
"dependencies": {
"com.unity.standardevents": "exclude",
"com.unity.purchasing": "exclude",
"com.unity.ads": "exclude",
"com.unity.analytics": "exclude",
"com.unity.package-manager-ui": "1.8.2",
"com.unity.collections":"0.0.8",
"com.unity.mathematics":"0.0.7",
"com.unity.incrementalcompiler": "0.0.38",
"com.unity.entities": "0.0.12-preview.1"
},
"registry": "https://staging-packages.unity.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment