generated from maxartz15/template-unity-package
-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
44 lines (44 loc) · 1.1 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
37
38
39
40
41
42
43
44
{
"name": "com.tech_art_outsource.vertex_animation",
"displayName": "TAO Vertex Animation",
"version": "0.3.1",
"unity": "2020.2",
"unityRelease": "1f1",
"description": "Vertex animation shaders and tools.",
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Max Kruf",
"email": "[email protected]",
"url": "https://www.maxartz15.com"
},
"keywords": [
"tech art outsource",
"vertex animation"
],
"samples": [
{
"displayName": "Example 1",
"description": "Example for testing",
"path": "Samples~/Example1"
},
{
"displayName": "Example 2",
"description": "Character and spawner example",
"path": "Samples~/Example2"
},
{
"displayName": "Example 3",
"description": "Mono animation system example",
"path": "Samples~/Example3"
}
],
"dependencies": {
"com.unity.entities": "0.16.0-preview.21",
"com.unity.render-pipelines.universal": "10.2.2",
"com.unity.shadergraph": "10.2.2",
"com.unity.rendering.hybrid": "0.10.0-preview.21"
},
"hideInEditor": false
}