-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 908 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 908 Bytes
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
26
27
28
{
"name": "com.rockyhong.unitygetcomponentcache",
"version": "1.0.8",
"displayName": "Unity Get Component Cache",
"description": "A Unity package to simplify component reference caching using custom attributes.",
"unity": "2019.1",
"documentationUrl": "https://github.com/RockyHong/UnityComponentCache",
"changelogUrl": "https://github.com/RockyHong/UnityComponentCache",
"licensesUrl": "https://github.com/RockyHong/UnityComponentCache?tab=MIT-1-ov-file#readme",
"keywords": [
"unity",
"component",
"cache",
"attribute"
],
"author": {
"name": "Rocky Hong",
"email": "contact@rockyhong.com",
"url": "www.rockyhong.com"
},
"samples": [
{
"displayName": "Unity Get Component Cache Samples",
"description": "Sample package demonstrating the usage of Unity Component Cache.",
"path": "Samples~/Unity Component Cache Samples"
}
]
}