Mesh Deformation
Attach this component to a Unity mesh.
public class MeshDeformer : MonoBehaviour
{
void Update()
{
Debug.Log("deform");
}
}
Attach this component to a Unity mesh.
public class MeshDeformer : MonoBehaviour
{
void Update()
{
Debug.Log("deform");
}
}