Unity Issue Tracker - On Value Changed event of Scroll Rect is triggered when parent position changes after scrolling
Closed
UUM-3528
On Value Changed event of Scroll Rect is triggered when parent position changes after scrolling
Unity: uGUI
Won't Fix
2023.2.X
2023.1.X
2022.1.X
2021.2.X
2020.3.X
2022.1 has reached end of life so the issue will be fixed in a newer version.
Reproduction steps:
1. Open the user's attached project "ScrollRectBugReport.zip"
2. Open "SampleScene" from the Project window
3. Enter Play mode
4. Scroll the Scroll View, then stop
5. Observe the Console window
Expected result: "Scroll Value changed!" is only logged while scrolling in step 4
Actual result: "Scroll Value changed!" is spammed after step 4
Notes:
1. Disabling the "Move" Script on the "ScrollParent" GameObject will stop the Console spam, re-enabling the Script will start it again
2. On 2019.4.34f1 and 2020.3.25f1 scrolling to the bottom is necessary to reproduce
Prioritise and Follow this issue
Have a workaround or additional info about this issue?