hey everyone, I really need your help please…
I just learned unity and I just understand a little bit about coding in unity
but I want to make a path generator. this is what I want to make
- initial position is the first node of the path
- if the node is more than one, then it will moves in the order (for example: 1–>2–>3)
- every node we can determine the position by input x, y, and z in the screen
- the target will stop in the last node
I tried to search some methods for path following, but the problem is they create path in editing screen, what I want is to create it while the screen is on the running screen
thank you very much…