VertexAnimationJob icon indicating copy to clipboard operation
VertexAnimationJob copied to clipboard

Vertex animation with C# Job System and new Mesh API

gif

VertexAnimationJob is a Unity project that contains examples of the use of the new Mesh API added in Unity 2019.3/2020.1.

See the following documents for the details of the new APIs.

This project aims to show how to implement vertex animation using the new APIs along with the C# Job System. It distributes vertex update jobs to multiple worker threads via the job system. With the help of the new API, it can be implemented with a minimum amount of memory copies.