VertexAnimation/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2020-11-02 20:23:53 +01:00
{
2020-11-02 20:56:18 +01:00
"name": "com.tech_art_outsource.vertex_animation",
"displayName": "TAO Vertex Animation",
2021-04-13 22:24:00 +02:00
"version": "0.3.1",
"unity": "2020.2",
"unityRelease": "1f1",
2020-11-02 20:56:18 +01:00
"description": "Vertex animation shaders and tools.",
2020-11-02 20:23:53 +01:00
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Max Kruf",
"email": "info@maxartz15.com",
"url": "https://www.maxartz15.com"
},
"keywords": [
2020-11-02 20:56:18 +01:00
"tech art outsource",
"vertex animation"
2020-11-02 20:23:53 +01:00
],
"samples": [
{
"displayName": "Example 1",
2021-04-05 22:49:45 +02:00
"description": "Example for testing",
2020-11-02 20:23:53 +01:00
"path": "Samples~/Example1"
2021-04-05 22:49:45 +02:00
},
{
"displayName": "Example 2",
"description": "Character and spawner example",
"path": "Samples~/Example2"
},
{
"displayName": "Example 3",
"description": "Mono animation system example",
"path": "Samples~/Example3"
2020-11-02 20:23:53 +01:00
}
],
"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
2021-04-05 22:21:04 +02:00
}