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-01-25 22:48:45 +01:00
|
|
|
"version": "0.1.4",
|
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",
|
|
|
|
"description": "This sample is just an example",
|
|
|
|
"path": "Samples~/Example1"
|
|
|
|
}
|
2020-12-21 03:21:51 +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-01-25 22:48:45 +01:00
|
|
|
}
|