May 20th, 2018
Sources to Learn Procedural Generation Techniques for Games
Procedural Generation in Unity
Unity Tutorial: A Procedurally-Generated Galaxy – Part 1 by: quill18creates
Youtube Link to Part 1 of Tutorial
A tutorial to look into for basic procedural generation of a galaxy in Unity. Also has some information on different variable types in C#.
Unity – Cellular Automata Tutorial
Unity Link to Cellular Automata Tutorial
Tutorial directly from unity on the basics of using the procedural generation technique of cellular automata.