I'm using the Unity mesh API to move vertices and recalculate normals. Now, I want to release on a platform with strict CPU limitations, and I cannot animate via Mesh API anymore. Is there anyway I can record an Animation Clip at runtime from a mesh being modified via the Mesh API?
↧