alcoranpaul / DunGen

Procedural Dungeon Generator made for Flax Engine
MIT License
0 stars 0 forks source link

Generate Pathrinding -> Spawn Rooms -> Connect rooms #21

Open alcoranpaul opened 3 days ago

alcoranpaul commented 3 days ago

What if we want the editor to build the dungeon one by one?

Currently, there is a bug where After Spawning rooms and connecting them. It will respawn rooms again

Image below steps

  1. Generate Pathfinding
  2. Generate pathfinding -> spawn rooms
  3. Generate pathfinding -> spawn rooms -> spawn rooms

Image