shun126 / UE5-DungeonGeneratorDemo

Unleash Limitless Dungeon Exploration with Unreal Engine 5's Plugin. Create custom rulesets and generate efficiently for a unique and immersive experience.
https://www.fab.com/ja/listings/11fce4d9-8996-4323-9aac-9cfacbfb95eb
MIT License
30 stars 6 forks source link

Doors are aligned. #48

Closed shun126 closed 2 months ago

shun126 commented 2 months ago

Describe the bug

When the mission graph is disabled, doors connected to passages are aligned. The issue is that the passages have different identifiers, making them distinct at the ID level. Please consider some method, such as interrupting passage generation midway when a passage leading to the desired room is found.

Screenshots

ドアが二つ並ぶ問題

shun126 commented 2 months ago

Sometimes, even though passages are supposed to be shared, they are not. The program needs a solution, such as searching for shared gates before generating passages or discarding unnecessary gates after passage generation.

shun126 commented 2 months ago

Ver. 1.6.6 has been released.