How to create an illustrator/photoshop-like pentool for creating bezier curves in Unity
问题 I need to create complex segmented bezier curves so I want update the code to create illustrator/photoshop-like pen tool bezier curves. This video shows how the pentool behaves. Please note that instead of creating a quadratic bezier curve with the first two anchor points (as shown in the video) I would rather prefer a cubic (as in the linked code example). The following are features I've realised of the illustrator/photoshop pen tool that are necessary for replication in Unity. all anchor