09-30-2023, 07:21 AM
Disabling a CurvySplineSegment gameobject via gameObject.SetActive(false)
and then clicking the editor results in this null ref error.
I also noticed its not possible to disable CurvySplineSegments in the editor because the CurvySpline seems to override that. So the only way is via code with results in this error
and then clicking the editor results in this null ref error.
I also noticed its not possible to disable CurvySplineSegments in the editor because the CurvySpline seems to override that. So the only way is via code with results in this error