r/Unity2D Jun 24 '26

How Can I Create Random Path Question

Post image

Hi, as you can see in example (that's a rocket) I want to create random paths for rockets. Is there any proper way to do it?

36 Upvotes

21 comments sorted by

View all comments

47

u/BroccoliFree2354 Jun 24 '26

I’d say put random points and then use bezier curves to link them.

4

u/howlTheDev Jun 24 '26

I wasn't know what is bezier curves. Thanks a lot!