Skip to content

quad58/UnityAdvancedMeshCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityAdvancedMeshCreator

Fast mesh creator for Unity that allows to calculate mesh data separately in other thread.

How to install

Go to Releases and download the archive. Then unpack the archive into your project's assets folder.

Usage

// You can put this in other thread.
MeshData meshData = new MeshData(verticies, triangles, normals, tangents, colors, uv);
// This you can put in main thread.
Mesh mesh = MeshCreator.CreateMesh(meshData);

About

Fast mesh creator for Unity that allows to calculate mesh data separately in other thread.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages