Last active
January 8, 2019 04:13
-
-
Save col000r/9cef2656b31c4172f4a5c339c243d0eb to your computer and use it in GitHub Desktop.
package with dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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