05-11-2020, 10:43 PM
Here is a quick fix to make a duplicated control point not part of a connection:
Go to CurvySplineSegment_private.cs, then the Awake method, then past this code at the beginning of the method:
Go to CurvySplineSegment_private.cs, then the Awake method, then past this code at the beginning of the method:
Code:
if (Connection && Connection.ControlPointsList.Contains(this) == false)
SetConnection(null);
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Please consider leaving a review for Curvy, this helps immensely. Thank you.

