Curvy issues

nathanj

Active member
Just tried the Curvy integration for the first time and am getting these errors:

Code:
Assets\Behavior Designer\Integrations\Curvy\Tasks\FollowSpline.cs(91,45): error CS1061: 'CurvySpline' does not contain a definition for 'MoveBy' and no accessible extension method 'MoveBy' accepting a first argument of type 'CurvySpline' could be found (are you missing a using directive or an assembly reference?)

Code:
Assets\Behavior Designer\Integrations\Curvy\Tasks\GetValue.cs(90,48): error CS1061: 'CurvySpline' does not contain a definition for 'InterpolateScale' and no accessible extension method 'InterpolateScale' accepting a first argument of type 'CurvySpline' could be found (are you missing a using directive or an assembly reference?)

Code:
Assets\Behavior Designer\Integrations\Curvy\Tasks\GetSegmentValue.cs(88,49): error CS1061: 'CurvySplineSegment' does not contain a definition for 'InterpolateScale' and no accessible extension method 'InterpolateScale' accepting a first argument of type 'CurvySplineSegment' could be found (are you missing a using directive or an assembly reference?)
 
Top