Hello,
I’m working on a little side project - what I’m trying to do, is build a random track builder (so every time I hit start, a new, different track is built). So, essentially, something like this:
I just want to hear from you guys in how I would go about doing this, in terms of systems I could incorporate. Right now, I have 3 prefabs, one thats a straight platform (spheres located top and bottom), a left one (spheres bottom and left), and a right one (spheres located bottom and right).
The spheres are just to give me an idea if they are connected okay (in the future, I might add a road you see - I want to know if they will connect up correctly).
Any advice/tips would be much appreciated