Tools | Unity | c#
Auto Level Builder
This is a tool to create level from a text file in runtime. I made some examples using Pac-Man mechanics.
This tool takes a text document as an input and intantiates different prefabs for each char. The user defines the parring in Unity editor. The script generates the level in runtime.
In this version prefabs carry out C# scripts for the gameplay.