Ball moving along a path.
I want to move my ball on a specified path which will be randomly generated and will include curves, slopes and multiple variations automatically and left and right on respective arrows just like the Infinity Run road and Color road functionality. I've tried 2 approaches: Firstly, I've tried Splines to follow a path but cannot change my route left and right and plus it doesnot continue to the next splines to complete the road. Infact, it just go on with the looping condition. Secondly, I've tried NavMesh but again I don't know how to change it to left and right while following a path automatically.
Kindly, help me with this problem as soon as possible. Really looking forward for the right help.
@RamshaR
Your question is bit vague...
I'm not going to guess if or if not I found the same game, or when in some video there is a something that helps answering this question. Infinity Run I found did only have semi-random plotted points forward... or at least it looked like this.
You don't also mention any assets by name, so it's useless to guess, what you have tried... and if something with that asset would be possible.
What do you mean by "change left and right" - do you mean by this changing a "lane" on spline or going to certain direction from a junction?
Have you tried some paid spline assets, some of these can handle different splines connected together.
I want my ball to follow a path some like the following link: https://www.youtube.com/watch?v=btR2bAjiDpg Additionally I want it to change the lanes to left and right while it following the path automatically like it's happening in the following video: https://www.youtube.com/watch?v=YeJjFlgwoHs
I am not sure which approach to follow or how will it be done. $$anonymous$$indly, help
Your answer
Follow this Question
Related Questions
2.5D path for players and objects 0 Answers
Unity NavMesh path-finding with my own moment script. 1 Answer
How To Move A Ball Using Touch Input? 0 Answers
Make Ball roll without imput 0 Answers
Two Waypoint connector 0 Answers