12
2011
WIP: Maze Generator (editor script)

MazeGenerator Editor script (actual maze algorithm from here)
Current status:
– Some problems with collisions(?)
– 100×100 is ok, 500×500 hangs unity..
– Note that it can build a good maze, but some problems with those plane collisions (it creates invidual mesh planes for the walls)
Maze generation source: (not very useful.. needs work)
1 Eur [digishop id=”13″] (download link comes to your email)
Includes: Demo scene, MazeGenerator (js), EditorScript (js), 2 sided diffuse material
Related Posts
7 Comments + Add Comment
Leave a comment to mgear
Recent posts
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
Recent Comments
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












Hi.
I need the Maze Genrator just for learning purposes. I am 15 in school just want to study how a 3d maze generator works. I have no money to donate unfortunately. Like I could pay you but then I dont have a credit card -.-”
If possible please email me the source code. Thanks.
This version still has some bugs.. you should try this, http://www.unifycommunity.com/wiki/index.php?title=MazeGenerator
Thanks for the reply.
I had tried this.
However this doesnt seem to do much for me. I made a thin cube in unity and added it as the tile
All it did was generate those tiles at random possitions on the scree. -.-“
my script creates single mesh planes for walls, but currently each of them is a single gameObject..so its slow. Would need to modify it to create optimized mesh & uv for the walls..
how about studying these algorithms,
http://www.jamisbuck.org/mazes/
Quick maze generator (script)
http://forum.unity3d.com/threads/173370-Quick-maze-generator
small maze game (LD29, with sources)
http://www.ludumdare.com/compo/ludum-dare-29/?action=preview&uid=34101
amazing maze tutorial:
http://catlikecoding.com/unity/tutorials/maze/