I need to create capsule shaped meshes from script for a tool I’m developing. I already made scripts for procedural cylinders and spheres, but simply combining them doesn’t work properly.
I can’t use GameObject.CreatePrimitive(PrimitiveType.Capsule); because I need total control on the mesh complexity. Would someone have some insight on this?
Thanks!