Getting started with world creation

Hey everyone that’s reading this I want to make an endless car game; the cars dodging breakable objects, that random spawn. My question to the people (that’s you), what are some beginner friendly ways to make endless worlds?
If you want to be specific…

How to make it endless in one direction and how to make it endless in all directions like if I wanted a subway surfer vs. a Minecraft.

This too complicated :woozy_face:

1 Like

Endless worlds need the so-called Terrain Streaming feature. I think that this feature is not yet built-into the engine, so people need to use special tricks to emulate an endless terrain. As far as I understand, you can load and unload pieces of terrain near your current level (map).