-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json.bak
32 lines (32 loc) · 881 Bytes
/
package.json.bak
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
{
"name": "com.solidalloy.type-references",
"version": "2.11.5",
"displayName": "Type References",
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
"dependencies": {
"com.solidalloy.util": "1.33.1",
"com.unity.settings-manager": "1.0.3",
"org.nuget.system.memory": "4.5.4",
"org.nuget.system.runtime.compilerservices.unsafe": "5.0.0",
"com.solidalloy.unity-dropdown": "1.0.0"
},
"keywords": [
"dropdown",
"class",
"type",
"drop-down",
"reference",
"system.type"
],
"author": {
"name": "SolidAlloy",
"url": "https://github.com/SolidAlloy/"
},
"samples": [
{
"displayName": "Usage Examples",
"description": "A scene that shows how to use different attributes and how they look in the Inspector.",
"path": "Samples~/Usage Examples"
}
]
}