-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 1.12 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "com.solidalloy.generic-unity-objects",
"version": "2.17.1",
"displayName": "Generic Unity Objects",
"description": "A plugin that allows using of generic scriptable objects and monobehaviours, creating assets and components from them, and instantiating them at runtime.",
"dependencies": {
"com.solidalloy.util": "1.40.0",
"com.solidalloy.type-references": "2.16.0",
"com.unity.settings-manager": "1.0.3",
"com.solidalloy.extevents": "1.7.0"
},
"keywords": [
"scriptable",
"object",
"ScriptableObject",
"generic"
],
"author": {
"name": "SolidAlloy",
"url": "https://github.com/SolidAlloy/"
},
"samples": [
{
"displayName": "ScriptableObject Example",
"description": "An example that shows how generic scriptable objects can be implemented and used",
"path": "Samples~/ScriptableObject Example"
},
{
"displayName": "MonoBehaviour Example",
"description": "An example that shows how generic MonoBehaviours can be implemented and used",
"path": "Samples~/MonoBehaviour Example"
}
],
"type": "tool",
"unity": "2020.2"
}