
Opis
Maze Forge is a procedural level generation tool for Unreal Engine designed to create complex, maze-like structures using the three selectable algorithms. It utilizes Hierarchical Instanced Static Mesh (HISM) components to ensure optimal performance, even for large-scale maze generation.
Key features:
-Fully customize your maze settings directly in the Details panel or dynamically at runtime via Blueprints.
-Choose from 3 distinct maze generation algorithms (DFS, Prim's, and Kruskal's).
-Automatically generate the maze to seamlessly connect custom Entrance and Exit markers placed in your world.
-Easily inject custom open spaces and arenas into your maze using dedicated Room components.
-Instantly calculate and visualize the pathfinding solution from start to finish, which can be toggled on or off at any time.



