forked from Unity-Technologies/guid-based-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 823 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "com.floppycoffee.guid-reference",
"version": "1.0.8",
"displayName": "Unity Guid Reference",
"description": "Globaly Unique IDentifier (GUID) for Game Objects and Components.",
"unity": "2018.3",
"documentationUrl": "https://github.com/EmreDogann/unity-guid-reference/blob/master/README.md",
"changelogUrl": "https://example.com/changelog.html",
"licensesUrl": "https://github.com/EmreDogann/unity-guid-reference/blob/master/LICENSE.md",
"keywords": [
"guid",
"reference"
],
"author": {
"name": "Emre Dogan",
"url": "https://github.com/EmreDogann"
},
"samples": [
{
"displayName": "Simple Usage",
"description": "Contains a test scene and a test MonoBehaviour to showcase the basic usage of the package.",
"path": "Samples~/SimpleUsage"
}
]
}