17 votes Vote

Terrain Looping

This was discussed a few years ago with MM1 but now that you are updating I was wondering if you could revisit the idea. None of the "other" terrain generators have this option right out of the box yet and I see a lot of people requesting it. The solution may be more achievable now that Unity has changed so much and maybe more apparent after having worked on the project for so long.

Jessie Sasser , 01.05.2020, 02:33
Idea status: under consideration

Comments

NR, 05.02.2021, 22:11
I am looking specifically for a world generator that can do looping so it could feel as if you walked around a planet and could wind up in the same spot. Having to use teleports to throw the player all the way back to the other side, takes a long time, and has a very noticeable transition. If it could seamlessly loop back and forth, that would be amazing!
Grev, 18.01.2022, 14:20
4d generator node that requires :
disabled infinite terrain
static input for height and width of terrain tiles

then simply weld the right edge of the highest x terrain with the lowest x terrains left edge...
D, 26.05.2022, 07:58
I solved this with a custom noise generator.
I am not an epic programmer...

Leave a comment