- Home /
Creating Infinite Forest Environment for Infinite 3D Runner
Hello Developers,
I am creating a project like "into the dead" where player will run continuously through 3D Forest environment and forest will generate seamlessly to give an illusion of infinite forest Run.I want to place the bushes and Trees on the terrain continuously. Something like this:
How can i achieve this? Please Help.
Thanks and Regards Niraj Vishwakarma
Answer by HarshadK · Jul 23, 2014 at 12:03 PM
This is actually a broad question but below are some of the resources that you can use.
These are some of the good resources that you can use to understand the concept, have some ready made scripts, and build on top of it with some tweaking for what you want.
If you want more you can search on Google for terms like "infinite map generation unity".
Thank you very much Harshad$$anonymous$$. I am going to use the Free Project source as it looks promising and already build. However, how can i generate prefabs like Grass, Trees and other prefabs along the way?
For trees check: Adding trees dynamically.
Similarly you have to find ways for other things like grass.
Isn't it it take so much so much memory? how to destroy the remaining terrain or recycle the remaining terrain? Is it using boundary colider or something else?
Your answer
Follow this Question
Related Questions
Moving an object adjacent to another one 0 Answers
How to generate infinite cube world / minecraft terrain with perlin noise? 1 Answer
Creating Infinite Run using Application.LoadLevelAsync 2 Answers
Spawning infinite game Objects with a random position 1 Answer
Should a make a large terrain or should I use several terrains? 1 Answer