Skip to content

Commit bf96d4a

Browse files
Update README.md
1 parent 84d750a commit bf96d4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Mesh Animation is lightweight library for rendering hundreds of meshes in one dr
33

44
#### NOTE: To use MeshAnimation library you need to install [Tri Inspector](https://github.com/codewriter-packages/Tri-Inspector) - Free and open-source library that improves unity inspector.
55

6+
![preview](https://user-images.githubusercontent.com/26966368/201170891-99093ad9-6bd6-4ed3-a81e-1cd0f1becb55.png)
7+
68
## How it works?
79
Mesh Animation bakes vertex positions for each frame of animation to texture. Custom shader then move mesh vertexes to desired positions on GPU. This allows draw the same original mesh multiple times with GPU Instancing. Unique animation parameters are overridden for each instance with Material Property Block.
810

@@ -32,4 +34,4 @@ gameObject.GetComponent<MeshAnimator>().Play("Zombie Walking");
3234
## FAQ
3335

3436
##### Which Rig AnimationType are supported?
35-
Works with Humanoid. Not works with legacy. Other not tested.
37+
Works with Humanoid. Not works with legacy. Other not tested.

0 commit comments

Comments
 (0)