- Home /
How can i repeat or loop through terrain?
Sorry for the newbie question, but im building a terrain which is long open road with trees And have an character run through it by using character controller, but i don't want the road to end until The player collides with something and its game over. And was wondering how can i repeat the terrain i build constantly. (ps. The character runs automatically without user input, the user changes direction). Thanks
Answer by DGArtistsInc · Jan 30, 2012 at 04:18 AM
you could add an invisible wall that isTrigger and have a script on the character controller that tells it when you hit this invisible wall that it needs to respawn a few feet/meters back so it is continues and goes on forever. It saves processor time im sure.
Your answer

Follow this Question
Related Questions
repeating textures (how to solve it) 3 Answers
[semi-solved] My .raw heigtmap repeats itself? 1 Answer
Make a simple tree 1 Answer
How to loop IEnumerator 1 Answer
Terrain Heightmap repeating. 1 Answer