Maze Generator is a complete procedural 3D maze toolkit for Unity 6 (URP).
FEATURES
• Algorithms: Recursive Backtracker, Prim, Eller
• Shapes: rectangle, circle, custom texture mask
• Post-process: openings (entries/exits), braiding, random empty rooms
• Prefab walls: primary wall defines spacing; secondary walls auto-fit the same size
• Editor tools: Generate, Reseed, Clear, A* solve debug between openings
• Demo scene included (MazeDemo) with sample prefabs pre-assigned
WORKFLOW
1. Drop MazeGenerator into your scene
2. Assign wall prefabs
3. Click Generate Maze
Also usable from code via MazeGeneratorService + PrefabMazeBuilder.
COMPATIBILITY
• Unity 6
• URP
Sample 3D art is CC0 (see THIRD_PARTY.md). Support and feedback welcome.