Procedural Mesh Generation

Hi…
I want to know… How to to generate terrains, and combining several meshes dynamically at run time??

If you want to combine meshes, use the Mesh.CombineMeshes function.

To see an example of how to create a mesh dynamically at runtime (or modify one), follow this page.