- Home /
Procedural Generated Levels 3D Third Person Runner
Much like Temple run, but different. I am trying to make a level generated via Procedural Generated fashion, As a regards to Temple Runs amazing build quality while at it - I am trying to do the same.
Again you would think, without making "extra" build that may overlay or "line" up with the rest of the levels.
so the question is: how do you make one?
Answer by BPR · Mar 22, 2013 at 09:58 PM
Hi,
you can try to model different level segments which fit together, add colliders and make a script which instantiates new level segments beforehand if the player enters the collider of a segment
Regards,
BPR
Your answer

Follow this Question
Related Questions
3D random level generation. 1 Answer
How to Procedurally Generate Smooth Meshes 1 Answer
Randomly Generated 2D Level 1 Answer
Randomly Generated Levels 3 Answers
How to instantiate and align sections of level in real-time 3 Answers