Hello,
I would like to make a 3D subway simulator game. Im really new to unity, but after i watched some videos, i think, this kind of game should be really easy to make right? just some object following the curve.
I was thinkink and studying about it some time and the best way for me to do it is to combine modelling from blender, and coding in unity. I would simply make the train and station in blender and then import them in unity.
But there has to be some tunnels as well. After few attemps, i left the idea to make the tunnels proceduraly in unity, because i just cant make the tunnel detailed enough. The reason i wanted to did it this way was, because if i create rails and tunnel with some bezier curve, i can make the train simply follow the curve and thats it really, game completed. But i cant really do it.
Now i would probably go with making everything in blender, and make the coding part in unity. But the question is how can I make the object (train) follow the imported tunnel? There has to be a simple way to do it in my opinion. I dont think everybody is fully able to make their game purely in unity.
I saw some really long way to do it, with exporting just the curve along the tunnel, and using some scripts, but there has to be some other way, this is common problem in my opinion.
Thank you so much for your time.