Deform is a framework for deforming meshes in the editor and at runtime that comes with a component based deformation system build on top. If you don’t want to make your own deformers, it comes with many standard ones you’d find in 3D modeling packages.
Mobile might not be the best place for this. You could probably get away with using it on very low poly models, but since the performance would vary so much from phone to phone, I’d avoid it. Treat it like an advanced shader - probably not the best choice for mobile.
I can have it work with colliders pretty easily. I’ll push changes to support that later today. I don’t think it’d be great for softbody physics. It’s a bunch of stackable effects, not a simulation. And yea you can use it commercially for whatever you want.
Cool, if it can work with colliders that is good news, then combined with a rigidbody I imagine it could act as a softbody, hmm, sounds like it’ll work, got to try this!
There’s a deformer that masks any changes made by previous deformers based on vertex color so you could use a mesh with vertices painted red (or green/blue/alpha) where you don’t want the deformer to operate. You could also edit any of the deformers and multiply the effect by the vertex color yourself.