Skip to content

Vertex animation with C# Job System and new Mesh API

Notifications You must be signed in to change notification settings

keijiro/VertexAnimationJob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Vertex animation with C# Job System and new Mesh API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages