I was make Circle graph using mesh.
And I want make Donut graph.
So I think, cut the inner circle from Circle graph.
How can I cut the inner circle mesh??
I was make Circle graph using mesh.
And I want make Donut graph.
So I think, cut the inner circle from Circle graph.
How can I cut the inner circle mesh??
There’s no way to modify the mesh from inside Unity Editor natively.
You have two choices:
There are already solutions for creating graphs on the asset store if it fits your needs.
If not you can generate the meshes yourself
Its not directly graphs that are generated in this tutorial but this could also help get started with generating meshes.
http://unity3d.com/learn/tutorials/modules/advanced/scripting/procedural-cave-generation-pt3?playlist=17153
For slicing a mesh to parts, you can use this asset:
Image: