OndrejNepozitek / Edgar-Unity

Unity Procedural Level Generator
https://ondrejnepozitek.github.io/Edgar-Unity/docs/introduction
MIT License
817 stars 70 forks source link

TimeoutException #113

Closed ecarpintero closed 2 years ago

ecarpintero commented 2 years ago

Buenas.

The generator was not able to produce a level within a given time limit. The reason for that is usually that there is some problem with the configuration of the generator.

He probado a cambiar la configuracion del Dunegeon Generator. Las puertas tanto en el pasillo como la habitacion es de 1 de tamaño. El pasillo tiene 2 puertas y la habitacion 4. Estan puestas de forma manual.

Muchas gracias de ante mano.

ecarpintero commented 2 years ago

I'm sorry I forgot to put it in English, many hours working hahaha.

Good.

The generator was not able to produce a level within a given time limit. The reason for that is usually that there is some problem with the configuration of the generator.

I have tried to change the configuration of the Dunegeon Generator. The doors both in the corridor and the room are 1 in size. The corridor has 2 doors and the room has 4. They are set manually.

Thank you very much in advance.

ecarpintero commented 2 years ago

Solved, the Graph was misconfigured

OndrejNepozitek commented 2 years ago

I'm glad you solved it!