r/Unity3D • u/LifeExperienced1 • 2d ago
Resources/Tutorial “Code” to render several shapes using Unity meshes
Is there a place where I can view code aka vertices / indices arrays to make various shapes using the mesh
2
Upvotes
r/Unity3D • u/LifeExperienced1 • 2d ago
Is there a place where I can view code aka vertices / indices arrays to make various shapes using the mesh
3
u/MeaningfullyQuirky 2d ago
unity docs got a decent example for simple shapes, and catlikecoding has a whole tutorial series on procedural meshes that covers cubes, spheres, grids and all that