A lil info : Maze Generator is a system for Unity 3D game engine that uses DFS algorithm to generate mazes this system also has a pathfinding system that also uses the same algorithm just in a “reverse” way.
This new update contains a column generation system where it now creates a column at the end of every wall but then there’s also smart column generation where a column is created at every wall corner, if you don’t understand what it means just try the demo below.