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",
|
2020-12-21 03:21:51 +01:00
|
|
|
"unity": "2020.2",
|
2021-01-19 15:24:13 +01:00
|
|
|
"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"
|
2021-04-13 22:11:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"displayName": "Example 3",
|
|
|
|
"description": "Mono animation system example",
|
|
|
|
"path": "Samples~/Example3"
|
2020-11-02 20:23:53 +01:00
|
|
|
}
|
2020-12-21 03:21:51 +01:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"com.unity.entities": "0.16.0-preview.21",
|
2022-12-04 04:18:35 +01:00
|
|
|
"com.unity.shadergraph": "10.2.2"
|
2020-12-21 03:21:51 +01:00
|
|
|
},
|
|
|
|
"hideInEditor": false
|
2021-04-05 22:21:04 +02:00
|
|
|
}
|