Finix's 3D Maze Generator
Finix's 3D Maze Generator is a tool that generates procedural 3D Mazes in the Editor and at Runtime with ease.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $4.99
- Category:
- Tools › Level-design
- Developer:
- FinixGameDev
- Price:
- $4.99
- Favorites:
- 13
- Supported Unity Versions:
- 2021.3.24 or higher
- Current Version:
- 1.2.0
- Download Size:
- 2.92 MB
- Last Update:
- May 20, 2024
- Description:
- Finix's Maze Generator offers full customization, allowing users to set up a maze seed, choose from various algorithms, and add specific properties. The tool comes with six built-in maze generation algorithms: Binary Tree, Sidewinder, Aldous-Broder, Wilson's Algorithm, Hunt-and-Kill, and Recursive Backtracker (Depth-First Search). Users can also add their own algorithms.
The generator allows for multiple instantiation methods: Walls and Pillars, and Prefab based. The Walls and Pillars method creates a simple maze layout with Pillar and wall objects, while the Prefab based method enables users to set up prefabs as a pseudo-tilemap.
Additional features include a Triplanar shader for wall instantiation, prefab tiles and walls templates, and the ability to print mazes to a Texture 2D or save them to a PNG using the Maze Printer component.
The tool also includes a fully extendable and documented source-code, allowing users to create their own modifiers to fit their game design. Current modifiers include Absolute Longest Path Prefab Modifier, Random Tile Prefab Modifier, and more. - Technical Details:
- The package includes a fully extendable and documented source-code, allowing users to create their own modifiers to fit their game design. The tool is designed to be modular, making it easy to add new algorithms and modifiers. The package also includes a Triplanar shader for wall instantiation, prefab tiles and walls templates, and the ability to print mazes to a Texture 2D or save them to a PNG using the Maze Printer component.
- Continue »