Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.13 KB

Unity3d Procedural Generation

Various examples for generating 3D procedurally with Unity3d

YouTube Procedurally mesh generation PlayList

Scenes in this repository

1- QuadExample: Provides scripts to generate quads and random materials at runtime.

Video #1

2- CubeExample & CubeMovementExample: Provides scripts to generate cubes and random materials at runtime.

Video #2 Video #3

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.

Video #4

Video #5

Video #6

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.

Video #7