-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 848 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
29
30
31
32
33
{
"name": "com.xiaojiang.smartreference",
"displayName": "Smart Reference",
"version": "2.0.0",
"unity": "2021.3",
"license": "MIT",
"author": {
"name": "Xiao Jiang",
"email": "bjjx1999@live.com",
"url": "https://xiaojiangbrian.com/"
},
"description": "Smart Reference lets you lazily load asset references in Unity ScriptableObject and MonoBehaviour, reducing unnecessary loading and memory usage.",
"documentationUrl": "https://brian-jiang.github.io/SmartReference/",
"samples": [
{
"displayName": "Sample",
"description": "A simple sample to show how to use Smart Reference.",
"path": "Samples~"
}
],
"keywords": [
"unity",
"scriptableobject",
"monobehaviour",
"reference",
"lazy",
"load",
"smart",
"smartreference",
"memory",
"optimize"
]
}