How can I implement softbodies in unity2.6

I would like to implement soft-bodies in unity, how can I go about it?

Just wait for Unity3 :)

The version of PhysX included with Unity 2.6 only supports Rigid Body. In order to simulate soft body you can either deform your meshes programatically or with animations.

Cheers,

==