im makeing a survival game were you need to build a base and try to survive the the night but i want it to also be a advencher game so i am wondering if there is a way to make infinit worlds
2 Likes
not that i know, hey @richard why tilemaps have a limit?
Yes, a few ways! You could randomly generate each world.
2 Likes
Typical way is to use the same-sized tilemap as a “chunk” and switch the tilemaps out when you try to exit the tilemap. If you want it to be infinite, then you can look at something like this.
2 Likes
@Mega0star01 memory mostly
2 Likes
oh yeah i forgot srry.
Maybe if you repeat the worlds automatically that way will be boring after a few games.
thanks for your help