VertexAnimation/package.json
max b63ee2ff02 AnimatorSystems test.
P4 sync:
- LOD testing.
- AnimatorSystems test setup.
- AnimationTime and AnimationIndex per mesh.
- Vector encoding/decoding.
2020-12-06 02:36:15 +01:00

27 lines
622 B
JSON

{
"name": "com.tech_art_outsource.vertex_animation",
"displayName": "TAO Vertex Animation",
"version": "0.1.0",
"unity": "2020.1",
"unityRelease": "6f1",
"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"
},
"keywords": [
"tech art outsource",
"vertex animation"
],
"samples": [
{
"displayName": "Example 1",
"description": "This sample is just an example",
"path": "Samples~/Example1"
}
]
}