Replies: 1 comment 1 reply
-
Sorry for the late reply, notifications are still not working, gah. Can you provide a sample scene just using the control that replicates the behaviour please @Qualdan , so I can better test a fix should one be required, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use ScrollSnap, but it produces error:
transform.localPosition assign attempt for 'Content' is not valid. Input localPosition is { 0.000000, NaN, 0.000000 }.
This happens in:
ScrollSnap.cs > LateUpdate() on the line
_listContainerTransform.localPosition = Vector3.Lerp(_listContainerTransform.localPosition, _lerpTarget, 7.5f * Time.deltaTime);
I have vertical Scrollview with Vertical Layout Group and Content Size Fitter on Content. I also have buttons for Up and Down movement.
I get this error every time if I'm at the top, click down button and then try to scroll up (or the reverse, starting on the bottom, clicking up button and scrolling down). I can give more information if this isn't enough.
Beta Was this translation helpful? Give feedback.
All reactions