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
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
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/