Huy Minh Ha

Software development, Tech and other stuff

Thu 09 March 2017

Unity Mesh Morphing

Posted by Ha.Minh in Unity   

There are several ways to do mesh morphing in Unity.

One way is to use a commercial plugins like Megafier

You can use a simple script to do mesh morphing as well: https://github.com/minhhh/unity-meshmorphing. Remember to make all your mesh have the same number of vertices.

Read more...