i wanted to create curve line between 2 game objects. i tried alot of codes but for bezier curve we need more than 2 points. is there anyway i could do it with 2 points. the link i shared shows what i want.
Will be thankfull if someone responds.
i wanted to create curve line between 2 game objects. i tried alot of codes but for bezier curve we need more than 2 points. is there anyway i could do it with 2 points. the link i shared shows what i want.
You will need more points, you just have to create additional points that make sense. In the case of the video, you’d need two more points “in the air”, e.g. one unit above the plane and evenly placed between the start and end point.