Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello There Ondrej
Hope you are good.
In the meantime I have purchased your asset. Yet I still need to find the time to experiment with it. I just thought to support your work!

I do was wondering: is it possible to create rooms that may only spawn once? Unique rooms?

Best regards,

Peter

Hello and thanks for your support!

And yes, it’s possible to have unique rooms. There are basically two possible approaches:

  1. You can have a room template that you only assign to a single room in the level graph. By doing so, you can be sure that it’ll be used at most once in the level.
  2. Or you can use the “Repeat mode” option that is available on each room template. (https://ondrejnepozitek.github.io/Edgar-Unity/docs/basics/room-templates#repeat-mode) You can choose that the room template must not be used multiple times in a level. Just be sure that you don’t overuse this feature because the generator might have problems generating very constrained levels.

Thanks! Sounds not too complicated!

Thanks for your explanation.

all the very best
Peter