Skip to content

Instantly share code, notes, and snippets.

@col000r
Last active January 8, 2019 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save col000r/9cef2656b31c4172f4a5c339c243d0eb to your computer and use it in GitHub Desktop.
Save col000r/9cef2656b31c4172f4a5c339c243d0eb to your computer and use it in GitHub Desktop.
package with dependencies
{
"name": "com.company.yourpackage",
"displayName": "Your Package's Name",
"version": "1.0.0",
"unity": "2018.3",
"description": "The description of your package",
"keywords": [ "package", "unity", "yeah" ],
"dependencies": {
"com.company.otherpackage": "1.0.5",
"com.company.thirdpackage": "2.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment