Various examples for generating 3D procedurally with Unity3d
YouTube Procedurally mesh generation PlayList
1- QuadExample: Provides scripts to generate quads and random materials at runtime.
2- CubeExample & CubeMovementExample: Provides scripts to generate cubes and random materials at runtime.
3- GridExample: Provides scripts to generate a procedural grid by utilizing the existing Cube implementation, grid script, random material generation, and allows level designers to set their own materials.
4- GridWithProceduralParamsExample: Provides you with a demo on how to use the GridsWithParams script and editor script. This scene also consumes the scriptable objects residing in /Assets/ProceduralParams folder.