Unity Mesh Morphing
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.