diff --git a/Documentation~/Images/SampleAssets_01.gif b/Documentation~/Images/SampleAssets_01.gif new file mode 100644 index 0000000..8001067 Binary files /dev/null and b/Documentation~/Images/SampleAssets_01.gif differ diff --git a/Documentation~/VertexAnimation.md b/Documentation~/VertexAnimation.md index a50fde5..4d8c86c 100644 --- a/Documentation~/VertexAnimation.md +++ b/Documentation~/VertexAnimation.md @@ -4,6 +4,8 @@ Import the sample assets to quickly get an idea on how to integrate vertex animation into your project. +![](Images/SampleAssets_01.gif) + ## Components ### VA_ModelBaker diff --git a/README.md b/README.md index ee908ba..ad4c672 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TECH ART OUTSOURCE - Vertex Animation -![ProjectCastle](Documentation~/Images/ProjectCastle_01.gif) +![](Documentation~/Images/ProjectCastle_01.gif) A vertex animation baking tool, shaders, and animation system for Unity DOTS/ECS. Render tens of thousands of models at the same time each with its own animation state. @@ -25,7 +25,7 @@ Render tens of thousands of models at the same time each with its own animation Artist friendly GUI for converting models. -![ModelBaker](Documentation~/Images/VA_ModelBaker_01.png) +![](Documentation~/Images/VA_ModelBaker_01.png) ### DOTS Animation System @@ -55,7 +55,7 @@ protected override void OnUpdate() Lit example shader (build in shader graph). Full shader graph support. -![Shaders](Documentation~/Images/VA_Shaders_01.png) +![](Documentation~/Images/VA_Shaders_01.png) ## Install