point cache

Hi guys,
I wonder if someone can help me.
I understand unity doesnt support vertex animation.
If I need to make an animation of something like flapping flag, how should I approach it?

There’s no built-in support for vertex animation…you can still do it yourself using the Mesh class. For a flag, you could also use a vertex shader.

–Eric