com.unity.uiextensions icon indicating copy to clipboard operation
com.unity.uiextensions copied to clipboard

UILineConnector point array calculation

Open Dover8 opened this issue 2 months ago • 0 comments

Unity UI Extensions - Pull Request

Overview

In #480 the check for a change in length of transforms in a Line Connector was changed, resulting in the UILineRenderer not being updated when new points were added to the UILineConnector. This PR restores that check.

Changes

Changed UILineConnector to CalculateLinePoints when the array size changes

  • Fixes: #494

Breaking Changes

  • None

Related Submodule Changes

  • None

Testing status

  • No tests have been added.

Manual testing status

I've tested this both in an empty project with UI Extensions library in an empty scene, and in my working project that uses this setup to create an animation curve editor.

Dover8 avatar Nov 03 '25 18:11 Dover8