VertexAnimation/package.json
2020-11-02 20:56:18 +01:00

31 lines
687 B
JSON

{
"name": "com.tech_art_outsource.vertex_animation",
"displayName": "TAO Vertex Animation",
"version": "0.1.0",
"unity": "2019.4",
"unityRelease": "10f1",
"description": "Vertex animation shaders and tools.",
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Max Kruf",
"email": "info@maxartz15.com",
"url": "https://www.maxartz15.com"
},
"dependencies": {
"com.maxartz15.package1": "0.1.0"
},
"keywords": [
"tech art outsource",
"vertex animation"
],
"samples": [
{
"displayName": "Example 1",
"description": "This sample is just an example",
"path": "Samples~/Example1"
}
]
}