Skip to content

Various examples for generating 3D procedurally with Unity3d

Notifications You must be signed in to change notification settings

dilmerv/UnityProceduralGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Various examples for generating 3D procedurally with Unity3d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages