#how could I have “procedurally” generated floors.

1 messages · Page 1 of 1 (latest)

native lodge
#

For example, when you walk up a flight of stairs, another room is generated for the next floor. Almost like in Doors

little peak
#

Random float chip and other stuff. I'll try to make something like this real quick

abstract jackal
#

I’m currently building a game based entirely on this premise. I’m using animation gizmos which set each piece of the level at the connection points when it’s time to generate a new piece. It’s a simple premise, but in practice, it takes a bit of figuring. Definitely possible, though, I have mine currently working with 3 different “tiles.”